#566685

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

Shades of Kashmir Blue #566685

Tints of Kashmir Blue #566685

Color information

#566685 (or 0x566685) is unknown color: approx Kashmir Blue. HEX triplet: 56, 66 and 85. RGB value is (86,102,133). Sum of RGB (Red+Green+Blue) = 86+102+133=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #566685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566685 is #A9997A. Grayscale: #646464. Windows color (decimal): -11114875 or 8742486. OLE color: 8742486.

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

Color convert

RGB86102133-
CMYK0.350.2300.48
HSL219.57º21.46%42.94%-
HSV(B)219.57º35.34%52.16%-
XYZ12.8213.1724.06-
YUV100.75146.2117.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.79%
GREEN value IS 102 (40.23% from 255) = 31.78%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=26.79%
G=31.78%
B=41.43%

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
Decimal861021330.350.2300.48219.5721.4642.94
Hex5666852317030dc152b
Octal12614620543270603342553
Binary10101101100110100001011000111011101100001101110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566685; }

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

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

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

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

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

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

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

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