#566484

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

Shades of Kashmir Blue #566484

Tints of Kashmir Blue #566484

Color information

#566484 (or 0x566484) is unknown color: approx Kashmir Blue. HEX triplet: 56, 64 and 84. RGB value is (86,100,132). Sum of RGB (Red+Green+Blue) = 86+100+132=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #566484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566484 is #A99B7B. Grayscale: #636363. Windows color (decimal): -11115388 or 8676438. OLE color: 8676438.

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

Color convert

RGB86100132-
CMYK0.350.2400.48
HSL221.74º21.1%42.75%-
HSV(B)221.74º34.85%51.76%-
XYZ12.5612.7623.63-
YUV99.46146.36118.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.04%
GREEN value IS 100 (39.45% from 255) = 31.45%
BLUE value IS 132 (51.95% from 255) = 41.51%
R=27.04%
G=31.45%
B=41.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861001320.350.2400.48221.7421.142.75
Hex5664842318030de152b
Octal12614420443300603362553
Binary10101101100100100001001000111100001100001101111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566484; }

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

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

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

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

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

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

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

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