Html Css Color HEX #566588 Kashmir Blue

📋 copy color: '#566588'

red 86 ◦ green 101 ◦ blue 136

#566588
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #566588

Tints of Kashmir Blue #566588

RGB

 RED value IS 86 (33.98% from 255) = 26.63%

 GREEN value IS 101 (39.84% from 255) = 31.27%

 BLUE value IS 136 (53.52% from 255) = 42.11%

R = 26.63%
G = 31.27%
B = 42.11%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#566588 (or 0x566588) is known color: Kashmir Blue. HEX triplet: 56, 65 and 88. RGB value is (86,101,136). Sum of RGB (Red+Green+Blue) = 86+101+136=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #566588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566588 is #A99A77. Grayscale: #646464. Windows color (decimal): -11115128 or 8938838. OLE color: 8938838.

HSL color Cylindrical-coordinate representation of color #566588: hue angle of 222º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #566588 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 101 136 -
CMYK 0.37 0.26 0 0.47
HSL 222º 0.23% 0.44% -
HSV(B) 222º 0.37% 0.53% -
XYZ 12.94 13.06 25.13 -
YUV 100.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 86 101 136 0.37 0.26 0 0.47 222 0.23 0.44
Hex 56 65 88 25 1A 0 2F DE 17 2C
Octal 126 145 210 45 32 0 57 336 27 54
Binary 1010110 1100101 10001000 100101 11010 0 101111 11011110 10111 101100

Color Harmonies of #566588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566588

Black with #566588

Text Example


Text Example

White with #566588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566588; }

 p { color: rgb(86,101,136); }

 H1.HeaderClassName
 {
   color: #566588;
 }
 .AnyTagClassName
 {
   color: #566588;
 }
</style>

background-color css

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

 a { background-color: rgb(86,101,136); }

 div.DivClassName
 {
   background-color: #566588;
 }
 .BgClassName
 {
   background-color: #566588;
 }
</style>

border-color css

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

 span { border-color: rgb(86,101,136); }

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