Html Css Color HEX #588C7D Patina

📋 copy color: '#588C7D'

red 88 ◦ green 140 ◦ blue 125

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

Shades of Patina #588C7D

Tints of Patina #588C7D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.66%

 BLUE value IS 125 (49.22% from 255) = 35.41%

R = 24.93%
G = 39.66%
B = 35.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#588C7D (or 0x588C7D) is known color: Patina. HEX triplet: 58, 8C and 7D. RGB value is (88,140,125). Sum of RGB (Red+Green+Blue) = 88+140+125=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 140 - color contains mainly: green. Hex color #588C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588C7D is #A77382. Grayscale: #7A7A7A. Windows color (decimal): -10974083 or 8227928. OLE color: 8227928.

HSL color Cylindrical-coordinate representation of color #588C7D: hue angle of 162.69º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #588C7D is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 140 125 -
CMYK 0.37 0 0.11 0.45
HSL 162.69º 0.23% 0.45% -
HSV(B) 162.69º 0.37% 0.55% -
XYZ 17.1 22.31 22.81 -
YUV 122.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 88 140 125 0.37 0 0.11 0.45 162.69 0.23 0.45
Hex 58 8C 7D 25 0 B 2D A3 17 2D
Octal 130 214 175 45 0 13 55 243 27 55
Binary 1011000 10001100 1111101 100101 0 1011 101101 10100011 10111 101101

Color Harmonies of #588C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588C7D

Black with #588C7D

Text Example


Text Example

White with #588C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,140,125); }

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

background-color css

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

 a { background-color: rgb(88,140,125); }

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

border-color css

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

 span { border-color: rgb(88,140,125); }

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