Html Css Color HEX #566881 Kashmir Blue

📋 copy color: '#566881'

red 86 ◦ green 104 ◦ blue 129

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

Shades of Kashmir Blue #566881

Tints of Kashmir Blue #566881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.6%

 BLUE value IS 129 (50.78% from 255) = 40.44%

R = 26.96%
G = 32.6%
B = 40.44%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#566881 (or 0x566881) is known color: Kashmir Blue. HEX triplet: 56, 68 and 81. RGB value is (86,104,129). Sum of RGB (Red+Green+Blue) = 86+104+129=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 129 - color contains mainly: blue. Hex color #566881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566881 is #A9977E. Grayscale: #656565. Windows color (decimal): -11114367 or 8480854. OLE color: 8480854.

HSL color Cylindrical-coordinate representation of color #566881: hue angle of 214.88º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #566881 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 104 129 -
CMYK 0.33 0.19 0 0.49
HSL 214.88º 0.2% 0.42% -
HSV(B) 214.88º 0.33% 0.51% -
XYZ 12.75 13.46 22.7 -
YUV 101.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 86 104 129 0.33 0.19 0 0.49 214.88 0.2 0.42
Hex 56 68 81 21 13 0 31 D7 14 2A
Octal 126 150 201 41 23 0 61 327 24 52
Binary 1010110 1101000 10000001 100001 10011 0 110001 11010111 10100 101010

Color Harmonies of #566881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566881

Black with #566881

Text Example


Text Example

White with #566881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566881; }

 p { color: rgb(86,104,129); }

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

background-color css

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

 a { background-color: rgb(86,104,129); }

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

border-color css

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

 span { border-color: rgb(86,104,129); }

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