#5F8379

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

Shades of Cutty Sark #5F8379

Tints of Cutty Sark #5F8379

Color information

#5F8379 (or 0x5F8379) is unknown color: approx Cutty Sark. HEX triplet: 5F, 83 and 79. RGB value is (95,131,121). Sum of RGB (Red+Green+Blue) = 95+131+121=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 131 - color contains mainly: green. Hex color #5F8379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8379 is #A07C86. Grayscale: #777777. Windows color (decimal): -10517639 or 7963487. OLE color: 7963487.

HSL color Cylindrical-coordinate representation of color #5F8379: hue angle of 163.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F8379 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB95131121-
CMYK0.2700.080.49
HSL163.33º15.93%44.31%-
HSV(B)163.33º27.48%51.37%-
XYZ16.2920.0521.1-
YUV119.1129.07110.81-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.38%
GREEN value IS 131 (51.56% from 255) = 37.75%
BLUE value IS 121 (47.66% from 255) = 34.87%
R=27.38%
G=37.75%
B=34.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal951311210.2700.080.49163.3315.9344.31
Hex5F83791B0831a3102c
Octal13720317133010612432054
Binary101111110000011111100111011010001100011010001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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