Html Css Color HEX #594772 Meteorite

📋 copy color: '#594772'

red 89 ◦ green 71 ◦ blue 114

#594772
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #594772

Tints of Meteorite #594772

RGB

 RED value IS 89 (35.16% from 255) = 32.48%

 GREEN value IS 71 (28.13% 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 value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#594772 (or 0x594772) is known color: 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

RGB 89 71 114 -
CMYK 0.22 0.38 0 0.55
HSL 265.12º 0.23% 0.36% -
HSV(B) 265.12º 0.38% 0.45% -
XYZ 9.41 7.85 16.94 -
YUV 81.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 89 71 114 0.22 0.38 0 0.55 265.12 0.23 0.36
Hex 59 47 72 16 26 0 37 109 17 24
Octal 131 107 162 26 46 0 67 411 27 44
Binary 1011001 1000111 1110010 10110 100110 0 110111 100001001 10111 100100

Color Harmonies of #594772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594772

Black with #594772

Text Example


Text Example

White with #594772

Text Example


Text Example

HTML Codes & Css Web 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>