#5F7D71

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

Shades of Cutty Sark #5F7D71

Tints of Cutty Sark #5F7D71

Color information

#5F7D71 (or 0x5F7D71) is unknown color: approx Cutty Sark. HEX triplet: 5F, 7D and 71. RGB value is (95,125,113). Sum of RGB (Red+Green+Blue) = 95+125+113=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 125 - color contains mainly: green. Hex color #5F7D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7D71 is #A0828E. Grayscale: #727272. Windows color (decimal): -10519183 or 7437663. OLE color: 7437663.

HSL color Cylindrical-coordinate representation of color #5F7D71: hue angle of 156º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5F7D71 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB95125113-
CMYK0.2400.100.51
HSL156º13.64%43.14%-
HSV(B)156º24%49.02%-
XYZ15.0318.2918.36-
YUV114.66127.06113.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.53%
GREEN value IS 125 (49.22% from 255) = 37.54%
BLUE value IS 113 (44.53% from 255) = 33.93%
R=28.53%
G=37.54%
B=33.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal951251130.2400.100.5115613.6443.14
Hex5F7D71180A339ce2b
Octal13717516130012632341653
Binary1011111111110111100011100001010110011100111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,125,113); }

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

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

 a { background-color: rgb(95,125,113); }

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

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

 span { border-color: rgb(95,125,113); }

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