#567a95

Color #567A95 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #567A95

Tints of Kashmir Blue #567A95

Color information

#567A95 (or 0x567A95) is unknown color: approx Kashmir Blue. HEX triplet: 56, 7A and 95. RGB value is (86,122,149). Sum of RGB (Red+Green+Blue) = 86+122+149=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #567A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567A95 is #A9856A. Grayscale: #727272. Windows color (decimal): -11109739 or 9796182. OLE color: 9796182.

HSL color Cylindrical-coordinate representation of color #567A95: hue angle of 205.71º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #567A95 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB86122149-
CMYK0.420.1800.42
HSL205.71º26.81%46.08%-
HSV(B)205.71º42.28%58.43%-
XYZ16.2218.0731.07-
YUV114.31147.57107.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=24.09%
G=34.17%
B=41.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861221490.420.1800.42205.7126.8146.08
Hex567A952A1202Ace1b2e
Octal12617222552220523163356
Binary10101101111010100101011010101001001010101100111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567a95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567a95; }

 p { color: rgb(86,122,149); }

 H1.HeaderClassName
 {
   color: #567a95;
 }
 .AnyTagClassName
 {
   color: #567a95;
 }
</style>
background-color css

<style>
 a { background-color: #567a95; }

 a { background-color: rgb(86,122,149); }

 div.DivClassName
 {
   background-color: #567a95;
 }
 .BgClassName
 {
   background-color: #567a95;
 }
</style>
border-color css

<style>
 span { border-color: #567a95; }

 span { border-color: rgb(86,122,149); }

 td.TdClassName
 {
   border-color: #567a95;
 }
 .TagClassName
 {
   border-color: #567a95;
 }
</style>