Html Css Color HEX #589887 Patina

📋 copy color: '#589887'

red 88 ◦ green 152 ◦ blue 135

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

Shades of Patina #589887

Tints of Patina #589887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36%

R = 23.47%
G = 40.53%
B = 36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#589887 (or 0x589887) is known color: Patina. HEX triplet: 58, 98 and 87. RGB value is (88,152,135). Sum of RGB (Red+Green+Blue) = 88+152+135=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #589887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589887 is #A76778. Grayscale: #828282. Windows color (decimal): -10971001 or 8886360. OLE color: 8886360.

HSL color Cylindrical-coordinate representation of color #589887: hue angle of 164.06º 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 #589887 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 152 135 -
CMYK 0.42 0 0.11 0.40
HSL 164.06º 0.27% 0.47% -
HSV(B) 164.06º 0.42% 0.6% -
XYZ 19.63 26.28 26.96 -
YUV 130.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 88 152 135 0.42 0 0.11 0.40 164.06 0.27 0.47
Hex 58 98 87 2A 0 B 28 A4 1B 2F
Octal 130 230 207 52 0 13 50 244 33 57
Binary 1011000 10011000 10000111 101010 0 1011 101000 10100100 11011 101111

Color Harmonies of #589887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589887

Black with #589887

Text Example


Text Example

White with #589887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589887; }

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

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

background-color css

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

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

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

border-color css

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

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

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