#577492

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

Shades of Kashmir Blue #577492

Tints of Kashmir Blue #577492

Color information

#577492 (or 0x577492) is unknown color: approx Kashmir Blue. HEX triplet: 57, 74 and 92. RGB value is (87,116,146). Sum of RGB (Red+Green+Blue) = 87+116+146=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #577492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577492 is #A88B6D. Grayscale: #6E6E6E. Windows color (decimal): -11045742 or 9598039. OLE color: 9598039.

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

Color convert

RGB87116146-
CMYK0.400.2100.43
HSL210.51º25.32%45.69%-
HSV(B)210.51º40.41%57.25%-
XYZ15.3616.5929.59-
YUV110.75147.89111.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.93%
GREEN value IS 116 (45.70% from 255) = 33.24%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=24.93%
G=33.24%
B=41.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871161460.400.2100.43210.5125.3245.69
Hex577492281502Bd3192e
Octal12716422250250533233156
Binary10101111110100100100101010001010101010111101001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577492; }

 p { color: rgb(87,116,146); }

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

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

 a { background-color: rgb(87,116,146); }

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

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

 span { border-color: rgb(87,116,146); }

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