Html Css Color HEX #5F9E83 Patina

📋 copy color: '#5F9E83'

red 95 ◦ green 158 ◦ blue 131

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

Shades of Patina #5F9E83

Tints of Patina #5F9E83

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.15%

 BLUE value IS 131 (51.56% from 255) = 34.11%

R = 24.74%
G = 41.15%
B = 34.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#5F9E83 (or 0x5F9E83) is known color: Patina. HEX triplet: 5F, 9E and 83. RGB value is (95,158,131). Sum of RGB (Red+Green+Blue) = 95+158+131=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 158 - color contains mainly: green. Hex color #5F9E83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9E83 is #A0617C. Grayscale: #888888. Windows color (decimal): -10510717 or 8625759. OLE color: 8625759.

HSL color Cylindrical-coordinate representation of color #5F9E83: hue angle of 154.29º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F9E83 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 158 131 -
CMYK 0.40 0 0.17 0.38
HSL 154.29º 0.25% 0.5% -
HSV(B) 154.29º 0.4% 0.62% -
XYZ 21.04 28.53 25.87 -
YUV 136.09 125.13 98.7 -
System Red Green Blue C M Y K H S L
Decimal 95 158 131 0.40 0 0.17 0.38 154.29 0.25 0.5
Hex 5F 9E 83 28 0 11 26 9A 19 32
Octal 137 236 203 50 0 21 46 232 31 62
Binary 1011111 10011110 10000011 101000 0 10001 100110 10011010 11001 110010

Color Harmonies of #5F9E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9E83

Black with #5F9E83

Text Example


Text Example

White with #5F9E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,158,131); }

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

background-color css

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

 a { background-color: rgb(95,158,131); }

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

border-color css

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

 span { border-color: rgb(95,158,131); }

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