#577291

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

Shades of Kashmir Blue #577291

Tints of Kashmir Blue #577291

Color information

#577291 (or 0x577291) is unknown color: approx Kashmir Blue. HEX triplet: 57, 72 and 91. RGB value is (87,114,145). Sum of RGB (Red+Green+Blue) = 87+114+145=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #577291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577291 is #A88D6E. Grayscale: #6D6D6D. Windows color (decimal): -11046255 or 9531991. OLE color: 9531991.

HSL color Cylindrical-coordinate representation of color #577291: hue angle of 212.07º 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 #577291 is Cyan = 0.4, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB87114145-
CMYK0.40.2100.43
HSL212.07º25%45.49%-
HSV(B)212.07º40%56.86%-
XYZ15.0616.1129.1-
YUV109.46148.05111.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.14%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 145 (57.03% from 255) = 41.91%
R=25.14%
G=32.95%
B=41.91%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871141450.40.2100.43212.072545.49
Hex577291281502Bd4192d
Octal12716222150250533243155
Binary10101111110010100100011010001010101010111101010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577291; }

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

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

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

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

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

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

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

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