#5F8876

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

Shades of Cutty Sark #5F8876

Tints of Cutty Sark #5F8876

Color information

#5F8876 (or 0x5F8876) is unknown color: approx Cutty Sark. HEX triplet: 5F, 88 and 76. RGB value is (95,136,118). Sum of RGB (Red+Green+Blue) = 95+136+118=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 136 - color contains mainly: green. Hex color #5F8876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8876 is #A07789. Grayscale: #797979. Windows color (decimal): -10516362 or 7768159. OLE color: 7768159.

HSL color Cylindrical-coordinate representation of color #5F8876: hue angle of 153.66º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F8876 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB95136118-
CMYK0.3000.130.47
HSL153.66º17.75%45.29%-
HSV(B)153.66º30.15%53.33%-
XYZ16.7921.3520.38-
YUV121.69125.92108.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.22%
GREEN value IS 136 (53.52% from 255) = 38.97%
BLUE value IS 118 (46.48% from 255) = 33.81%
R=27.22%
G=38.97%
B=33.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal951361180.3000.130.47153.6617.7545.29
Hex5F88761E0D2F9a122d
Octal13721016636015572322255
Binary101111110001000111011011110011011011111001101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,136,118); }

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

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

 a { background-color: rgb(95,136,118); }

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

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

 span { border-color: rgb(95,136,118); }

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