Html Css Color HEX #588F83 Patina

📋 copy color: '#588F83'

red 88 ◦ green 143 ◦ blue 131

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

Shades of Patina #588F83

Tints of Patina #588F83

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.5%

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

R = 24.31%
G = 39.5%
B = 36.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#588F83 (or 0x588F83) is known color: Patina. HEX triplet: 58, 8F and 83. RGB value is (88,143,131). Sum of RGB (Red+Green+Blue) = 88+143+131=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 143 - color contains mainly: green. Hex color #588F83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588F83 is #A7707C. Grayscale: #7D7D7D. Windows color (decimal): -10973309 or 8621912. OLE color: 8621912.

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

Color convert

RGB 88 143 131 -
CMYK 0.38 0 0.08 0.44
HSL 166.91º 0.24% 0.45% -
HSV(B) 166.91º 0.38% 0.56% -
XYZ 17.94 23.36 25.04 -
YUV 125.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 88 143 131 0.38 0 0.08 0.44 166.91 0.24 0.45
Hex 58 8F 83 26 0 8 2C A7 18 2D
Octal 130 217 203 46 0 10 54 247 30 55
Binary 1011000 10001111 10000011 100110 0 1000 101100 10100111 11000 101101

Color Harmonies of #588F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588F83

Black with #588F83

Text Example


Text Example

White with #588F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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