#566380

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

Shades of Kashmir Blue #566380

Tints of Kashmir Blue #566380

Color information

#566380 (or 0x566380) is unknown color: approx Kashmir Blue. HEX triplet: 56, 63 and 80. RGB value is (86,99,128). Sum of RGB (Red+Green+Blue) = 86+99+128=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 128 - color contains mainly: blue. Hex color #566380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566380 is #A99C7F. Grayscale: #626262. Windows color (decimal): -11115648 or 8414038. OLE color: 8414038.

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

Color convert

RGB8699128-
CMYK0.330.2300.50
HSL221.43º19.63%41.96%-
HSV(B)221.43º32.81%50.2%-
XYZ12.212.4622.18-
YUV98.42144.69119.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 128 (50.39% from 255) = 40.89%
R=27.48%
G=31.63%
B=40.89%

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
Decimal86991280.330.2300.50221.4319.6341.96
Hex5663802117032dd142a
Octal12614320041270623352452
Binary10101101100011100000001000011011101100101101110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566380; }

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

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

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

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

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

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

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

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