#5F8874

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

Shades of Cutty Sark #5F8874

Tints of Cutty Sark #5F8874

Color information

#5F8874 (or 0x5F8874) is unknown color: approx Cutty Sark. HEX triplet: 5F, 88 and 74. RGB value is (95,136,116). Sum of RGB (Red+Green+Blue) = 95+136+116=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #5F8874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8874 is #A0778B. Grayscale: #797979. Windows color (decimal): -10516364 or 7637087. OLE color: 7637087.

HSL color Cylindrical-coordinate representation of color #5F8874: hue angle of 150.73º 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 #5F8874 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB95136116-
CMYK0.3000.150.47
HSL150.73º17.75%45.29%-
HSV(B)150.73º30.15%53.33%-
XYZ16.6821.319.76-
YUV121.46124.92109.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.38%
GREEN value IS 136 (53.52% from 255) = 39.19%
BLUE value IS 116 (45.70% from 255) = 33.43%
R=27.38%
G=39.19%
B=33.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal951361160.3000.150.47150.7317.7545.29
Hex5F88741E0F2F97122d
Octal13721016436017572272255
Binary101111110001000111010011110011111011111001011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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