#577190

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

Shades of Kashmir Blue #577190

Tints of Kashmir Blue #577190

Color information

#577190 (or 0x577190) is unknown color: approx Kashmir Blue. HEX triplet: 57, 71 and 90. RGB value is (87,113,144). Sum of RGB (Red+Green+Blue) = 87+113+144=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #577190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577190 is #A88E6F. Grayscale: #6C6C6C. Windows color (decimal): -11046512 or 9466199. OLE color: 9466199.

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

Color convert

RGB87113144-
CMYK0.400.2200.44
HSL212.63º24.68%45.29%-
HSV(B)212.63º39.58%56.47%-
XYZ14.8715.8528.66-
YUV108.76147.89112.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.29%
GREEN value IS 113 (44.53% from 255) = 32.85%
BLUE value IS 144 (56.64% from 255) = 41.86%
R=25.29%
G=32.85%
B=41.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871131440.400.2200.44212.6324.6845.29
Hex577190281602Cd5192d
Octal12716122050260543253155
Binary10101111110001100100001010001011001011001101010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577190; }

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

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

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

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

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

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

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

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