#566681

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

Shades of Kashmir Blue #566681

Tints of Kashmir Blue #566681

Color information

#566681 (or 0x566681) is unknown color: approx Kashmir Blue. HEX triplet: 56, 66 and 81. RGB value is (86,102,129). Sum of RGB (Red+Green+Blue) = 86+102+129=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 129 - color contains mainly: blue. Hex color #566681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566681 is #A9997E. Grayscale: #646464. Windows color (decimal): -11114879 or 8480342. OLE color: 8480342.

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

Color convert

RGB86102129-
CMYK0.330.2100.49
HSL217.67º20%42.16%-
HSV(B)217.67º33.33%50.59%-
XYZ12.5513.0722.63-
YUV100.29144.2117.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.13%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 129 (50.78% from 255) = 40.69%
R=27.13%
G=32.18%
B=40.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861021290.330.2100.49217.672042.16
Hex5666812115031da142a
Octal12614620141250613322452
Binary10101101100110100000011000011010101100011101101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566681; }

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

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

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

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

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

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

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

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