#566682

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

Shades of Kashmir Blue #566682

Tints of Kashmir Blue #566682

Color information

#566682 (or 0x566682) is unknown color: approx Kashmir Blue. HEX triplet: 56, 66 and 82. RGB value is (86,102,130). Sum of RGB (Red+Green+Blue) = 86+102+130=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #566682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566682 is #A9997D. Grayscale: #646464. Windows color (decimal): -11114878 or 8545878. OLE color: 8545878.

HSL color Cylindrical-coordinate representation of color #566682: hue angle of 218.18º 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 #566682 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB86102130-
CMYK0.340.2200.49
HSL218.18º20.37%42.35%-
HSV(B)218.18º33.85%50.98%-
XYZ12.6213.0922.98-
YUV100.41144.7117.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.04%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 130 (51.17% from 255) = 40.88%
R=27.04%
G=32.08%
B=40.88%

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
Decimal861021300.340.2200.49218.1820.3742.35
Hex5666822216031da142a
Octal12614620242260613322452
Binary10101101100110100000101000101011001100011101101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566682; }

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

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

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

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

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

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

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

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