#576A8A

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

Shades of Kashmir Blue #576A8A

Tints of Kashmir Blue #576A8A

Color information

#576A8A (or 0x576A8A) is unknown color: approx Kashmir Blue. HEX triplet: 57, 6A and 8A. RGB value is (87,106,138). Sum of RGB (Red+Green+Blue) = 87+106+138=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #576A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576A8A is #A89575. Grayscale: #676767. Windows color (decimal): -11048310 or 9071191. OLE color: 9071191.

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

Color convert

RGB87106138-
CMYK0.370.2300.46
HSL217.65º22.67%44.12%-
HSV(B)217.65º36.96%54.12%-
XYZ13.6714.1726.06-
YUV103.97147.21115.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.28%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 138 (54.30% from 255) = 41.69%
R=26.28%
G=32.02%
B=41.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal871061380.370.2300.46217.6522.6744.12
Hex576A8A251702Eda172c
Octal12715221245270563322754
Binary10101111101010100010101001011011101011101101101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576A8A; }

 p { color: rgb(87,106,138); }

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

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

 a { background-color: rgb(87,106,138); }

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

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

 span { border-color: rgb(87,106,138); }

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