#577191

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

Shades of Kashmir Blue #577191

Tints of Kashmir Blue #577191

Color information

#577191 (or 0x577191) is unknown color: approx Kashmir Blue. HEX triplet: 57, 71 and 91. RGB value is (87,113,145). Sum of RGB (Red+Green+Blue) = 87+113+145=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #577191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577191 is #A88E6E. Grayscale: #6C6C6C. Windows color (decimal): -11046511 or 9531735. OLE color: 9531735.

HSL color Cylindrical-coordinate representation of color #577191: hue angle of 213.1º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #577191 is Cyan = 0.4, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB87113145-
CMYK0.40.2200.43
HSL213.1º25%45.49%-
HSV(B)213.1º40%56.86%-
XYZ14.9515.8829.07-
YUV108.87148.39112.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.22%
GREEN value IS 113 (44.53% from 255) = 32.75%
BLUE value IS 145 (57.03% from 255) = 42.03%
R=25.22%
G=32.75%
B=42.03%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871131450.40.2200.43213.12545.49
Hex577191281602Bd5192d
Octal12716122150260533253155
Binary10101111110001100100011010001011001010111101010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577191; }

 p { color: rgb(87,113,145); }

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

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

 a { background-color: rgb(87,113,145); }

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

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

 span { border-color: rgb(87,113,145); }

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