Html Css Color HEX #5FA084 Patina

📋 copy color: '#5FA084'

red 95 ◦ green 160 ◦ blue 132

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

Shades of Patina #5FA084

Tints of Patina #5FA084

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.34%

 BLUE value IS 132 (51.95% from 255) = 34.11%

R = 24.55%
G = 41.34%
B = 34.11%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#5FA084 (or 0x5FA084) is known color: Patina. HEX triplet: 5F, A0 and 84. RGB value is (95,160,132). Sum of RGB (Red+Green+Blue) = 95+160+132=387 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.55% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA084 is #A05F7B. Grayscale: #898989. Windows color (decimal): -10510204 or 8691807. OLE color: 8691807.

HSL color Cylindrical-coordinate representation of color #5FA084: hue angle of 154.15º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA084 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 95 160 132 -
CMYK 0.41 0 0.17 0.37
HSL 154.15º 0.25% 0.5% -
HSV(B) 154.15º 0.41% 0.63% -
XYZ 21.45 29.24 26.34 -
YUV 137.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 95 160 132 0.41 0 0.17 0.37 154.15 0.25 0.5
Hex 5F A0 84 29 0 11 25 9A 19 32
Octal 137 240 204 51 0 21 45 232 31 62
Binary 1011111 10100000 10000100 101001 0 10001 100101 10011010 11001 110010

Color Harmonies of #5FA084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA084

Black with #5FA084

Text Example


Text Example

White with #5FA084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,160,132); }

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

background-color css

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

 a { background-color: rgb(95,160,132); }

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

border-color css

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

 span { border-color: rgb(95,160,132); }

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