Html Css Color HEX #566489 Kashmir Blue

📋 copy color: '#566489'

red 86 ◦ green 100 ◦ blue 137

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

Shades of Kashmir Blue #566489

Tints of Kashmir Blue #566489

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.96%

 BLUE value IS 137 (53.91% from 255) = 42.41%

R = 26.63%
G = 30.96%
B = 42.41%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#566489 (or 0x566489) is known color: Kashmir Blue. HEX triplet: 56, 64 and 89. RGB value is (86,100,137). Sum of RGB (Red+Green+Blue) = 86+100+137=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #566489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566489 is #A99B76. Grayscale: #636363. Windows color (decimal): -11115383 or 9004118. OLE color: 9004118.

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

Color convert

RGB 86 100 137 -
CMYK 0.37 0.27 0 0.46
HSL 223.53º 0.23% 0.44% -
HSV(B) 223.53º 0.37% 0.54% -
XYZ 12.91 12.9 25.48 -
YUV 100.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 86 100 137 0.37 0.27 0 0.46 223.53 0.23 0.44
Hex 56 64 89 25 1B 0 2E E0 17 2C
Octal 126 144 211 45 33 0 56 340 27 54
Binary 1010110 1100100 10001001 100101 11011 0 101110 11100000 10111 101100

Color Harmonies of #566489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566489

Black with #566489

Text Example


Text Example

White with #566489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566489; }

 p { color: rgb(86,100,137); }

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

background-color css

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

 a { background-color: rgb(86,100,137); }

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

border-color css

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

 span { border-color: rgb(86,100,137); }

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