#566280

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

Shades of Kashmir Blue #566280

Tints of Kashmir Blue #566280

Color information

#566280 (or 0x566280) is unknown color: approx Kashmir Blue. HEX triplet: 56, 62 and 80. RGB value is (86,98,128). Sum of RGB (Red+Green+Blue) = 86+98+128=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 128 - color contains mainly: blue. Hex color #566280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566280 is #A99D7F. Grayscale: #616161. Windows color (decimal): -11115904 or 8413782. OLE color: 8413782.

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

Color convert

RGB8698128-
CMYK0.330.2300.50
HSL222.86º19.63%41.96%-
HSV(B)222.86º32.81%50.2%-
XYZ12.112.2722.15-
YUV97.83145.02119.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.56%
GREEN value IS 98 (38.67% from 255) = 31.41%
BLUE value IS 128 (50.39% from 255) = 41.03%
R=27.56%
G=31.41%
B=41.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86981280.330.2300.50222.8619.6341.96
Hex5662802117032df142a
Octal12614220041270623372452
Binary10101101100010100000001000011011101100101101111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566280; }

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

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

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

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

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

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

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

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