#566385

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

Shades of Kashmir Blue #566385

Tints of Kashmir Blue #566385

Color information

#566385 (or 0x566385) is unknown color: approx Kashmir Blue. HEX triplet: 56, 63 and 85. RGB value is (86,99,133). Sum of RGB (Red+Green+Blue) = 86+99+133=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #566385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566385 is #A99C7A. Grayscale: #626262. Windows color (decimal): -11115643 or 8741718. OLE color: 8741718.

HSL color Cylindrical-coordinate representation of color #566385: hue angle of 223.4º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #566385 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8699133-
CMYK0.350.2600.48
HSL223.4º21.46%42.94%-
HSV(B)223.4º35.34%52.16%-
XYZ12.5312.623.96-
YUV98.99147.19118.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.04%
GREEN value IS 99 (39.06% from 255) = 31.13%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=27.04%
G=31.13%
B=41.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86991330.350.2600.48223.421.4642.94
Hex566385231A030df152b
Octal12614320543320603372553
Binary10101101100011100001011000111101001100001101111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566385; }

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

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

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

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

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

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

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

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