#594772

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

Shades of Meteorite #594772

Tints of Meteorite #594772

Color information

#594772 (or 0x594772) is unknown color: approx Meteorite. HEX triplet: 59, 47 and 72. RGB value is (89,71,114). Sum of RGB (Red+Green+Blue) = 89+71+114=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #594772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594772 is #A6B88D. Grayscale: #515151. Windows color (decimal): -10926222 or 7489369. OLE color: 7489369.

HSL color Cylindrical-coordinate representation of color #594772: hue angle of 265.12º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #594772 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8971114-
CMYK0.220.3800.55
HSL265.12º23.24%36.27%-
HSV(B)265.12º37.72%44.71%-
XYZ9.417.8516.94-
YUV81.28146.46133.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.48%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 114 (44.92% from 255) = 41.61%
R=32.48%
G=25.91%
B=41.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89711140.220.3800.55265.1223.2436.27
Hex59477216260371091724
Octal13110716226460674112744
Binary10110011000111111001010110100110011011110000100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594772; }

 p { color: rgb(89,71,114); }

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

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

 a { background-color: rgb(89,71,114); }

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

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

 span { border-color: rgb(89,71,114); }

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