Html Css Color HEX #5F887C Patina

📋 copy color: '#5F887C'

red 95 ◦ green 136 ◦ blue 124

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

Shades of Patina #5F887C

Tints of Patina #5F887C

RGB

 RED value IS 95 (37.5% from 255) = 26.76%

 GREEN value IS 136 (53.52% from 255) = 38.31%

 BLUE value IS 124 (48.83% from 255) = 34.93%

R = 26.76%
G = 38.31%
B = 34.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#5F887C (or 0x5F887C) is known color: Patina. HEX triplet: 5F, 88 and 7C. RGB value is (95,136,124). Sum of RGB (Red+Green+Blue) = 95+136+124=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 136 - color contains mainly: green. Hex color #5F887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F887C is #A07783. Grayscale: #7A7A7A. Windows color (decimal): -10516356 or 8161375. OLE color: 8161375.

HSL color Cylindrical-coordinate representation of color #5F887C: hue angle of 162.44º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F887C is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 95 136 124 -
CMYK 0.30 0 0.09 0.47
HSL 162.44º 0.18% 0.45% -
HSV(B) 162.44º 0.3% 0.53% -
XYZ 17.16 21.5 22.31 -
YUV 122.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 95 136 124 0.30 0 0.09 0.47 162.44 0.18 0.45
Hex 5F 88 7C 1E 0 9 2F A2 12 2D
Octal 137 210 174 36 0 11 57 242 22 55
Binary 1011111 10001000 1111100 11110 0 1001 101111 10100010 10010 101101

Color Harmonies of #5F887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F887C

Black with #5F887C

Text Example


Text Example

White with #5F887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F887C; }

 p { color: rgb(95,136,124); }

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

background-color css

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

 a { background-color: rgb(95,136,124); }

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

border-color css

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

 span { border-color: rgb(95,136,124); }

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