Html Css Color HEX #566A87 Kashmir Blue

📋 copy color: '#566A87'

red 86 ◦ green 106 ◦ blue 135

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

Shades of Kashmir Blue #566A87

Tints of Kashmir Blue #566A87

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.42%

 BLUE value IS 135 (53.13% from 255) = 41.28%

R = 26.3%
G = 32.42%
B = 41.28%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#566A87 (or 0x566A87) is known color: Kashmir Blue. HEX triplet: 56, 6A and 87. RGB value is (86,106,135). Sum of RGB (Red+Green+Blue) = 86+106+135=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #566A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566A87 is #A99578. Grayscale: #676767. Windows color (decimal): -11113849 or 8874582. OLE color: 8874582.

HSL color Cylindrical-coordinate representation of color #566A87: hue angle of 215.51º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #566A87 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 106 135 -
CMYK 0.36 0.21 0 0.47
HSL 215.51º 0.22% 0.43% -
HSV(B) 215.51º 0.36% 0.53% -
XYZ 13.36 14.04 24.93 -
YUV 103.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 86 106 135 0.36 0.21 0 0.47 215.51 0.22 0.43
Hex 56 6A 87 24 15 0 2F D8 16 2B
Octal 126 152 207 44 25 0 57 330 26 53
Binary 1010110 1101010 10000111 100100 10101 0 101111 11011000 10110 101011

Color Harmonies of #566A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566A87

Black with #566A87

Text Example


Text Example

White with #566A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566A87; }

 p { color: rgb(86,106,135); }

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

background-color css

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

 a { background-color: rgb(86,106,135); }

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

border-color css

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

 span { border-color: rgb(86,106,135); }

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