Html Css Color HEX #566287 Kashmir Blue

📋 copy color: '#566287'

red 86 ◦ green 98 ◦ blue 135

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

Shades of Kashmir Blue #566287

Tints of Kashmir Blue #566287

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.72%

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

R = 26.96%
G = 30.72%
B = 42.32%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#566287 (or 0x566287) is known color: Kashmir Blue. HEX triplet: 56, 62 and 87. RGB value is (86,98,135). Sum of RGB (Red+Green+Blue) = 86+98+135=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #566287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566287 is #A99D78. Grayscale: #626262. Windows color (decimal): -11115897 or 8872534. OLE color: 8872534.

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

Color convert

RGB 86 98 135 -
CMYK 0.36 0.27 0 0.47
HSL 225.31º 0.22% 0.43% -
HSV(B) 225.31º 0.36% 0.53% -
XYZ 12.58 12.46 24.66 -
YUV 98.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 86 98 135 0.36 0.27 0 0.47 225.31 0.22 0.43
Hex 56 62 87 24 1B 0 2F E1 16 2B
Octal 126 142 207 44 33 0 57 341 26 53
Binary 1010110 1100010 10000111 100100 11011 0 101111 11100001 10110 101011

Color Harmonies of #566287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566287

Black with #566287

Text Example


Text Example

White with #566287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566287; }

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

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

background-color css

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

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

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

border-color css

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

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

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