#566582

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

Shades of Kashmir Blue #566582

Tints of Kashmir Blue #566582

Color information

#566582 (or 0x566582) is unknown color: approx Kashmir Blue. HEX triplet: 56, 65 and 82. RGB value is (86,101,130). Sum of RGB (Red+Green+Blue) = 86+101+130=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #566582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566582 is #A99A7D. Grayscale: #636363. Windows color (decimal): -11115134 or 8545622. OLE color: 8545622.

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

Color convert

RGB86101130-
CMYK0.340.2200.49
HSL219.55º20.37%42.35%-
HSV(B)219.55º33.85%50.98%-
XYZ12.5212.922.95-
YUV99.82145.03118.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.13%
GREEN value IS 101 (39.84% from 255) = 31.86%
BLUE value IS 130 (51.17% from 255) = 41.01%
R=27.13%
G=31.86%
B=41.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861011300.340.2200.49219.5520.3742.35
Hex5665822216031dc142a
Octal12614520242260613342452
Binary10101101100101100000101000101011001100011101110010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566582; }

 p { color: rgb(86,101,130); }

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

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

 a { background-color: rgb(86,101,130); }

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

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

 span { border-color: rgb(86,101,130); }

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