Html Css Color HEX #58987B Patina

📋 copy color: '#58987B'

red 88 ◦ green 152 ◦ blue 123

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

Shades of Patina #58987B

Tints of Patina #58987B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 24.24%
G = 41.87%
B = 33.88%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#58987B (or 0x58987B) is known color: Patina. HEX triplet: 58, 98 and 7B. RGB value is (88,152,123). Sum of RGB (Red+Green+Blue) = 88+152+123=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #58987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58987B is #A76784. Grayscale: #818181. Windows color (decimal): -10971013 or 8099928. OLE color: 8099928.

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

Color convert

RGB 88 152 123 -
CMYK 0.42 0 0.19 0.40
HSL 152.81º 0.27% 0.47% -
HSV(B) 152.81º 0.42% 0.6% -
XYZ 18.83 25.96 22.76 -
YUV 129.56 124.3 98.36 -
System Red Green Blue C M Y K H S L
Decimal 88 152 123 0.42 0 0.19 0.40 152.81 0.27 0.47
Hex 58 98 7B 2A 0 13 28 99 1B 2F
Octal 130 230 173 52 0 23 50 231 33 57
Binary 1011000 10011000 1111011 101010 0 10011 101000 10011001 11011 101111

Color Harmonies of #58987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58987B

Black with #58987B

Text Example


Text Example

White with #58987B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58987B; }

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

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

background-color css

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

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

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

border-color css

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

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

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