Html Css Color HEX #5F8680 Patina

📋 copy color: '#5F8680'

red 95 ◦ green 134 ◦ blue 128

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

Shades of Patina #5F8680

Tints of Patina #5F8680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.54%

 BLUE value IS 128 (50.39% from 255) = 35.85%

R = 26.61%
G = 37.54%
B = 35.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#5F8680 (or 0x5F8680) is known color: Patina. HEX triplet: 5F, 86 and 80. RGB value is (95,134,128). Sum of RGB (Red+Green+Blue) = 95+134+128=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #5F8680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8680 is #A0797F. Grayscale: #797979. Windows color (decimal): -10516864 or 8423007. OLE color: 8423007.

HSL color Cylindrical-coordinate representation of color #5F8680: hue angle of 170.77º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F8680 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 95 134 128 -
CMYK 0.29 0 0.04 0.47
HSL 170.77º 0.17% 0.45% -
HSV(B) 170.77º 0.29% 0.53% -
XYZ 17.14 21.04 23.58 -
YUV 121.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 95 134 128 0.29 0 0.04 0.47 170.77 0.17 0.45
Hex 5F 86 80 1D 0 4 2F AB 11 2D
Octal 137 206 200 35 0 4 57 253 21 55
Binary 1011111 10000110 10000000 11101 0 100 101111 10101011 10001 101101

Color Harmonies of #5F8680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8680

Black with #5F8680

Text Example


Text Example

White with #5F8680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,134,128); }

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

background-color css

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

 a { background-color: rgb(95,134,128); }

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

border-color css

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

 span { border-color: rgb(95,134,128); }

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