#5F957C

Color #5F957C Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #5F957C

Tints of Patina #5F957C

Color information

#5F957C (or 0x5F957C) is unknown color: approx Patina. HEX triplet: 5F, 95 and 7C. RGB value is (95,149,124). Sum of RGB (Red+Green+Blue) = 95+149+124=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #5F957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F957C is #A06A83. Grayscale: #828282. Windows color (decimal): -10513028 or 8164703. OLE color: 8164703.

HSL color Cylindrical-coordinate representation of color #5F957C: hue angle of 152.22º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F957C is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB95149124-
CMYK0.3600.170.42
HSL152.22º22.13%47.84%-
HSV(B)152.22º36.24%58.43%-
XYZ19.125.3822.96-
YUV130124.61103.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.82%
GREEN value IS 149 (58.59% from 255) = 40.49%
BLUE value IS 124 (48.83% from 255) = 33.70%
R=25.82%
G=40.49%
B=33.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951491240.3600.170.42152.2222.1347.84
Hex5F957C240112A981630
Octal13722517444021522302660
Binary10111111001010111111001001000100011010101001100010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F957C;
 }
 .AnyTagClassName
 {
   color: #5F957C;
 }
</style>
background-color css

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

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

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

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

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

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