Html Css Color HEX #589284 Patina

📋 copy color: '#589284'

red 88 ◦ green 146 ◦ blue 132

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

Shades of Patina #589284

Tints of Patina #589284

RGB

 RED value IS 88 (34.77% from 255) = 24.04%

 GREEN value IS 146 (57.42% from 255) = 39.89%

 BLUE value IS 132 (51.95% from 255) = 36.07%

R = 24.04%
G = 39.89%
B = 36.07%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#589284 (or 0x589284) is known color: Patina. HEX triplet: 58, 92 and 84. RGB value is (88,146,132). Sum of RGB (Red+Green+Blue) = 88+146+132=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #589284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589284 is #A76D7B. Grayscale: #7F7F7F. Windows color (decimal): -10972540 or 8688216. OLE color: 8688216.

HSL color Cylindrical-coordinate representation of color #589284: hue angle of 165.52º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #589284 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 146 132 -
CMYK 0.40 0 0.10 0.43
HSL 165.52º 0.25% 0.46% -
HSV(B) 165.52º 0.4% 0.57% -
XYZ 18.47 24.3 25.55 -
YUV 127.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 88 146 132 0.40 0 0.10 0.43 165.52 0.25 0.46
Hex 58 92 84 28 0 A 2B A6 19 2E
Octal 130 222 204 50 0 12 53 246 31 56
Binary 1011000 10010010 10000100 101000 0 1010 101011 10100110 11001 101110

Color Harmonies of #589284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589284

Black with #589284

Text Example


Text Example

White with #589284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589284; }

 p { color: rgb(88,146,132); }

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

background-color css

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

 a { background-color: rgb(88,146,132); }

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

border-color css

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

 span { border-color: rgb(88,146,132); }

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