#576384

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

Shades of Kashmir Blue #576384

Tints of Kashmir Blue #576384

Color information

#576384 (or 0x576384) is unknown color: approx Kashmir Blue. HEX triplet: 57, 63 and 84. RGB value is (87,99,132). Sum of RGB (Red+Green+Blue) = 87+99+132=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #576384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576384 is #A89C7B. Grayscale: #636363. Windows color (decimal): -11050108 or 8676183. OLE color: 8676183.

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

Color convert

RGB8799132-
CMYK0.340.2500.48
HSL224º20.55%42.94%-
HSV(B)224º34.09%51.76%-
XYZ12.5612.6223.6-
YUV99.17146.52119.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.36%
GREEN value IS 99 (39.06% from 255) = 31.13%
BLUE value IS 132 (51.95% from 255) = 41.51%
R=27.36%
G=31.13%
B=41.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87991320.340.2500.4822420.5542.94
Hex5763842219030e0152b
Octal12714320442310603402553
Binary10101111100011100001001000101100101100001110000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576384; }

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

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

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

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

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

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

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

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