Html Css Color HEX #589083 Patina

📋 copy color: '#589083'

red 88 ◦ green 144 ◦ blue 131

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

Shades of Patina #589083

Tints of Patina #589083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.09%

R = 24.24%
G = 39.67%
B = 36.09%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#589083 (or 0x589083) is known color: Patina. HEX triplet: 58, 90 and 83. RGB value is (88,144,131). Sum of RGB (Red+Green+Blue) = 88+144+131=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #589083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589083 is #A76F7C. Grayscale: #7D7D7D. Windows color (decimal): -10973053 or 8622168. OLE color: 8622168.

HSL color Cylindrical-coordinate representation of color #589083: hue angle of 166.07º 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 #589083 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 144 131 -
CMYK 0.39 0 0.09 0.44
HSL 166.07º 0.24% 0.45% -
HSV(B) 166.07º 0.39% 0.56% -
XYZ 18.09 23.66 25.09 -
YUV 125.77 130.95 101.06 -
System Red Green Blue C M Y K H S L
Decimal 88 144 131 0.39 0 0.09 0.44 166.07 0.24 0.45
Hex 58 90 83 27 0 9 2C A6 18 2D
Octal 130 220 203 47 0 11 54 246 30 55
Binary 1011000 10010000 10000011 100111 0 1001 101100 10100110 11000 101101

Color Harmonies of #589083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589083

Black with #589083

Text Example


Text Example

White with #589083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589083; }

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

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

background-color css

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

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

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

border-color css

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

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

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