#566388

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

Shades of Kashmir Blue #566388

Tints of Kashmir Blue #566388

Color information

#566388 (or 0x566388) is unknown color: approx Kashmir Blue. HEX triplet: 56, 63 and 88. RGB value is (86,99,136). Sum of RGB (Red+Green+Blue) = 86+99+136=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #566388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566388 is #A99C77. Grayscale: #636363. Windows color (decimal): -11115640 or 8938326. OLE color: 8938326.

HSL color Cylindrical-coordinate representation of color #566388: hue angle of 224.4º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #566388 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8699136-
CMYK0.370.2700.47
HSL224.4º22.52%43.53%-
HSV(B)224.4º36.76%53.33%-
XYZ12.7412.6825.07-
YUV99.33148.69118.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.79%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 136 (53.52% from 255) = 42.37%
R=26.79%
G=30.84%
B=42.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86991360.370.2700.47224.422.5243.53
Hex566388251B02Fe0172c
Octal12614321045330573402754
Binary10101101100011100010001001011101101011111110000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566388; }

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

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

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

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

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

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

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

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