#577390

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

Shades of Kashmir Blue #577390

Tints of Kashmir Blue #577390

Color information

#577390 (or 0x577390) is unknown color: approx Kashmir Blue. HEX triplet: 57, 73 and 90. RGB value is (87,115,144). Sum of RGB (Red+Green+Blue) = 87+115+144=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #577390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577390 is #A88C6F. Grayscale: #6D6D6D. Windows color (decimal): -11046000 or 9466711. OLE color: 9466711.

HSL color Cylindrical-coordinate representation of color #577390: hue angle of 210.53º 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 #577390 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87115144-
CMYK0.400.2000.44
HSL210.53º24.68%45.29%-
HSV(B)210.53º39.58%56.47%-
XYZ15.116.328.74-
YUV109.93147.22111.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.14%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 144 (56.64% from 255) = 41.62%
R=25.14%
G=33.24%
B=41.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871151440.400.2000.44210.5324.6845.29
Hex577390281402Cd3192d
Octal12716322050240543233155
Binary10101111110011100100001010001010001011001101001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577390; }

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

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

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

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

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

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

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

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