#576381

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

Shades of Kashmir Blue #576381

Tints of Kashmir Blue #576381

Color information

#576381 (or 0x576381) is unknown color: approx Kashmir Blue. HEX triplet: 57, 63 and 81. RGB value is (87,99,129). Sum of RGB (Red+Green+Blue) = 87+99+129=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 129 - color contains mainly: blue. Hex color #576381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576381 is #A89C7E. Grayscale: #626262. Windows color (decimal): -11050111 or 8479575. OLE color: 8479575.

HSL color Cylindrical-coordinate representation of color #576381: hue angle of 222.86º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #576381 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8799129-
CMYK0.330.2300.49
HSL222.86º19.44%42.35%-
HSV(B)222.86º32.56%50.59%-
XYZ12.3512.5322.54-
YUV98.83145.02119.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.62%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 129 (50.78% from 255) = 40.95%
R=27.62%
G=31.43%
B=40.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87991290.330.2300.49222.8619.4442.35
Hex5763812117031df132a
Octal12714320141270613372352
Binary10101111100011100000011000011011101100011101111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576381; }

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

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

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

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

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

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

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

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