#566684

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

Shades of Kashmir Blue #566684

Tints of Kashmir Blue #566684

Color information

#566684 (or 0x566684) is unknown color: approx Kashmir Blue. HEX triplet: 56, 66 and 84. RGB value is (86,102,132). Sum of RGB (Red+Green+Blue) = 86+102+132=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #566684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566684 is #A9997B. Grayscale: #646464. Windows color (decimal): -11114876 or 8676950. OLE color: 8676950.

HSL color Cylindrical-coordinate representation of color #566684: hue angle of 219.13º 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 #566684 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB86102132-
CMYK0.350.2300.48
HSL219.13º21.1%42.75%-
HSV(B)219.13º34.85%51.76%-
XYZ12.7513.1523.7-
YUV100.64145.7117.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.88%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 132 (51.95% from 255) = 41.25%
R=26.88%
G=31.88%
B=41.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861021320.350.2300.48219.1321.142.75
Hex5666842317030db152b
Octal12614620443270603332553
Binary10101101100110100001001000111011101100001101101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566684; }

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

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

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

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

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

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

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

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