#566680

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

Shades of Kashmir Blue #566680

Tints of Kashmir Blue #566680

Color information

#566680 (or 0x566680) is unknown color: approx Kashmir Blue. HEX triplet: 56, 66 and 80. RGB value is (86,102,128). Sum of RGB (Red+Green+Blue) = 86+102+128=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 128 - color contains mainly: blue. Hex color #566680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566680 is #A9997F. Grayscale: #646464. Windows color (decimal): -11114880 or 8414806. OLE color: 8414806.

HSL color Cylindrical-coordinate representation of color #566680: hue angle of 217.14º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #566680 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB86102128-
CMYK0.330.2000.50
HSL217.14º19.63%41.96%-
HSV(B)217.14º32.81%50.2%-
XYZ12.4913.0422.28-
YUV100.18143.7117.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.22%
GREEN value IS 102 (40.23% from 255) = 32.28%
BLUE value IS 128 (50.39% from 255) = 40.51%
R=27.22%
G=32.28%
B=40.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal861021280.330.2000.50217.1419.6341.96
Hex5666802114032d9142a
Octal12614620041240623312452
Binary10101101100110100000001000011010001100101101100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566680; }

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

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

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

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

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

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

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

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