Html Css Color HEX #589888 Patina

📋 copy color: '#589888'

red 88 ◦ green 152 ◦ blue 136

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

Shades of Patina #589888

Tints of Patina #589888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.17%

R = 23.4%
G = 40.43%
B = 36.17%

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

#589888 (or 0x589888) is known color: Patina. HEX triplet: 58, 98 and 88. RGB value is (88,152,136). Sum of RGB (Red+Green+Blue) = 88+152+136=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #589888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589888 is #A76777. Grayscale: #838383. Windows color (decimal): -10971000 or 8951896. OLE color: 8951896.

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

Color convert

RGB 88 152 136 -
CMYK 0.42 0 0.11 0.40
HSL 165º 0.27% 0.47% -
HSV(B) 165º 0.42% 0.6% -
XYZ 19.7 26.31 27.33 -
YUV 131.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 88 152 136 0.42 0 0.11 0.40 165 0.27 0.47
Hex 58 98 88 2A 0 B 28 A5 1B 2F
Octal 130 230 210 52 0 13 50 245 33 57
Binary 1011000 10011000 10001000 101010 0 1011 101000 10100101 11011 101111

Color Harmonies of #589888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589888

Black with #589888

Text Example


Text Example

White with #589888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589888; }

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

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

background-color css

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

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

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

border-color css

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

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

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