Html Css Color HEX #589081 Patina

📋 copy color: '#589081'

red 88 ◦ green 144 ◦ blue 129

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

Shades of Patina #589081

Tints of Patina #589081

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.89%

 BLUE value IS 129 (50.78% from 255) = 35.73%

R = 24.38%
G = 39.89%
B = 35.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#589081 (or 0x589081) is known color: Patina. HEX triplet: 58, 90 and 81. RGB value is (88,144,129). Sum of RGB (Red+Green+Blue) = 88+144+129=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #589081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589081 is #A76F7E. Grayscale: #7D7D7D. Windows color (decimal): -10973055 or 8491096. OLE color: 8491096.

HSL color Cylindrical-coordinate representation of color #589081: hue angle of 163.93º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #589081 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 144 129 -
CMYK 0.39 0 0.10 0.44
HSL 163.93º 0.24% 0.45% -
HSV(B) 163.93º 0.39% 0.56% -
XYZ 17.96 23.61 24.38 -
YUV 125.55 129.95 101.22 -
System Red Green Blue C M Y K H S L
Decimal 88 144 129 0.39 0 0.10 0.44 163.93 0.24 0.45
Hex 58 90 81 27 0 A 2C A4 18 2D
Octal 130 220 201 47 0 12 54 244 30 55
Binary 1011000 10010000 10000001 100111 0 1010 101100 10100100 11000 101101

Color Harmonies of #589081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589081

Black with #589081

Text Example


Text Example

White with #589081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589081; }

 p { color: rgb(88,144,129); }

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

background-color css

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

 a { background-color: rgb(88,144,129); }

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

border-color css

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

 span { border-color: rgb(88,144,129); }

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