Html Css Color HEX #589884 Patina

📋 copy color: '#589884'

red 88 ◦ green 152 ◦ blue 132

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

Shades of Patina #589884

Tints of Patina #589884

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.86%

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

R = 23.66%
G = 40.86%
B = 35.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#589884 (or 0x589884) is known color: Patina. HEX triplet: 58, 98 and 84. RGB value is (88,152,132). Sum of RGB (Red+Green+Blue) = 88+152+132=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #589884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589884 is #A7677B. Grayscale: #828282. Windows color (decimal): -10971004 or 8689752. OLE color: 8689752.

HSL color Cylindrical-coordinate representation of color #589884: hue angle of 161.25º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #589884 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 152 132 -
CMYK 0.42 0 0.13 0.40
HSL 161.25º 0.27% 0.47% -
HSV(B) 161.25º 0.42% 0.6% -
XYZ 19.42 26.2 25.86 -
YUV 130.58 128.8 97.63 -
System Red Green Blue C M Y K H S L
Decimal 88 152 132 0.42 0 0.13 0.40 161.25 0.27 0.47
Hex 58 98 84 2A 0 D 28 A1 1B 2F
Octal 130 230 204 52 0 15 50 241 33 57
Binary 1011000 10011000 10000100 101010 0 1101 101000 10100001 11011 101111

Color Harmonies of #589884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589884

Black with #589884

Text Example


Text Example

White with #589884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589884; }

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

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

background-color css

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

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

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

border-color css

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

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

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