#566585

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

Shades of Kashmir Blue #566585

Tints of Kashmir Blue #566585

Color information

#566585 (or 0x566585) is unknown color: approx Kashmir Blue. HEX triplet: 56, 65 and 85. RGB value is (86,101,133). Sum of RGB (Red+Green+Blue) = 86+101+133=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #566585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566585 is #A99A7A. Grayscale: #646464. Windows color (decimal): -11115131 or 8742230. OLE color: 8742230.

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

Color convert

RGB86101133-
CMYK0.350.2400.48
HSL220.85º21.46%42.94%-
HSV(B)220.85º35.34%52.16%-
XYZ12.7312.9824.02-
YUV100.16146.53117.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.88%
GREEN value IS 101 (39.84% from 255) = 31.56%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=26.88%
G=31.56%
B=41.56%

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
Decimal861011330.350.2400.48220.8521.4642.94
Hex5665852318030dd152b
Octal12614520543300603352553
Binary10101101100101100001011000111100001100001101110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566585; }

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

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

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

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

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

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

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

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