#566384

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

Shades of Kashmir Blue #566384

Tints of Kashmir Blue #566384

Color information

#566384 (or 0x566384) is unknown color: approx Kashmir Blue. HEX triplet: 56, 63 and 84. RGB value is (86,99,132). Sum of RGB (Red+Green+Blue) = 86+99+132=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #566384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566384 is #A99C7B. Grayscale: #626262. Windows color (decimal): -11115644 or 8676182. OLE color: 8676182.

HSL color Cylindrical-coordinate representation of color #566384: hue angle of 223.04º 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 #566384 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8699132-
CMYK0.350.2500.48
HSL223.04º21.1%42.75%-
HSV(B)223.04º34.85%51.76%-
XYZ12.4612.5723.6-
YUV98.88146.69118.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.13%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=27.13%
G=31.23%
B=41.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86991320.350.2500.48223.0421.142.75
Hex5663842319030df152b
Octal12614320443310603372553
Binary10101101100011100001001000111100101100001101111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566384; }

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

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

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

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

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

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

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

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