#566B84

Color #566B84 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #566B84

Tints of Kashmir Blue #566B84

Color information

#566B84 (or 0x566B84) is unknown color: approx Kashmir Blue. HEX triplet: 56, 6B and 84. RGB value is (86,107,132). Sum of RGB (Red+Green+Blue) = 86+107+132=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #566B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566B84 is #A9947B. Grayscale: #676767. Windows color (decimal): -11113596 or 8678230. OLE color: 8678230.

HSL color Cylindrical-coordinate representation of color #566B84: hue angle of 212.61º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #566B84 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB86107132-
CMYK0.350.1900.48
HSL212.61º21.1%42.75%-
HSV(B)212.61º34.85%51.76%-
XYZ13.2614.1623.86-
YUV103.57144.04115.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 107 (42.19% from 255) = 32.92%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=26.46%
G=32.92%
B=40.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861071320.350.1900.48212.6121.142.75
Hex566B842313030d5152b
Octal12615320443230603252553
Binary10101101101011100001001000111001101100001101010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,107,132); }

 H1.HeaderClassName
 {
   color: #566B84;
 }
 .AnyTagClassName
 {
   color: #566B84;
 }
</style>
background-color css

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

 a { background-color: rgb(86,107,132); }

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

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

 span { border-color: rgb(86,107,132); }

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