Html Css Color HEX #594872 Meteorite

📋 copy color: '#594872'

red 89 ◦ green 72 ◦ blue 114

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

Shades of Meteorite #594872

Tints of Meteorite #594872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.18%

 BLUE value IS 114 (44.92% from 255) = 41.45%

R = 32.36%
G = 26.18%
B = 41.45%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#594872 (or 0x594872) is known color: Meteorite. HEX triplet: 59, 48 and 72. RGB value is (89,72,114). Sum of RGB (Red+Green+Blue) = 89+72+114=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #594872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594872 is #A6B78D. Grayscale: #515151. Windows color (decimal): -10925966 or 7489625. OLE color: 7489625.

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

Color convert

RGB 89 72 114 -
CMYK 0.22 0.37 0 0.55
HSL 264.29º 0.23% 0.36% -
HSV(B) 264.29º 0.37% 0.45% -
XYZ 9.47 7.97 16.96 -
YUV 81.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 89 72 114 0.22 0.37 0 0.55 264.29 0.23 0.36
Hex 59 48 72 16 25 0 37 108 17 24
Octal 131 110 162 26 45 0 67 410 27 44
Binary 1011001 1001000 1110010 10110 100101 0 110111 100001000 10111 100100

Color Harmonies of #594872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594872

Black with #594872

Text Example


Text Example

White with #594872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594872; }

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

 H1.HeaderClassName
 {
   color: #594872;
 }
 .AnyTagClassName
 {
   color: #594872;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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