Html Css Color HEX #566787 Kashmir Blue

📋 copy color: '#566787'

red 86 ◦ green 103 ◦ blue 135

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

Shades of Kashmir Blue #566787

Tints of Kashmir Blue #566787

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.79%

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

R = 26.54%
G = 31.79%
B = 41.67%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#566787 (or 0x566787) is known color: Kashmir Blue. HEX triplet: 56, 67 and 87. RGB value is (86,103,135). Sum of RGB (Red+Green+Blue) = 86+103+135=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 135 - color contains mainly: blue. Hex color #566787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566787 is #A99878. Grayscale: #656565. Windows color (decimal): -11114617 or 8873814. OLE color: 8873814.

HSL color Cylindrical-coordinate representation of color #566787: hue angle of 219.18º 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 #566787 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 103 135 -
CMYK 0.36 0.24 0 0.47
HSL 219.18º 0.22% 0.43% -
HSV(B) 219.18º 0.36% 0.53% -
XYZ 13.06 13.43 24.83 -
YUV 101.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 86 103 135 0.36 0.24 0 0.47 219.18 0.22 0.43
Hex 56 67 87 24 18 0 2F DB 16 2B
Octal 126 147 207 44 30 0 57 333 26 53
Binary 1010110 1100111 10000111 100100 11000 0 101111 11011011 10110 101011

Color Harmonies of #566787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566787

Black with #566787

Text Example


Text Example

White with #566787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566787; }

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

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

background-color css

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

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

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

border-color css

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

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

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