#577590

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

Shades of Kashmir Blue #577590

Tints of Kashmir Blue #577590

Color information

#577590 (or 0x577590) is unknown color: approx Kashmir Blue. HEX triplet: 57, 75 and 90. RGB value is (87,117,144). Sum of RGB (Red+Green+Blue) = 87+117+144=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #577590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577590 is #A88A6F. Grayscale: #6E6E6E. Windows color (decimal): -11045488 or 9467223. OLE color: 9467223.

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

Color convert

RGB87117144-
CMYK0.400.1900.44
HSL208.42º24.68%45.29%-
HSV(B)208.42º39.58%56.47%-
XYZ15.3316.7628.81-
YUV111.11146.56110.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 144 (56.64% from 255) = 41.38%
R=25%
G=33.62%
B=41.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871171440.400.1900.44208.4224.6845.29
Hex577590281302Cd0192d
Octal12716522050230543203155
Binary10101111110101100100001010001001101011001101000011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577590; }

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

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

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

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

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

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

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

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