#5F8575

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

Shades of Cutty Sark #5F8575

Tints of Cutty Sark #5F8575

Color information

#5F8575 (or 0x5F8575) is unknown color: approx Cutty Sark. HEX triplet: 5F, 85 and 75. RGB value is (95,133,117). Sum of RGB (Red+Green+Blue) = 95+133+117=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #5F8575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8575 is #A07A8A. Grayscale: #777777. Windows color (decimal): -10517131 or 7701855. OLE color: 7701855.

HSL color Cylindrical-coordinate representation of color #5F8575: hue angle of 154.74º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F8575 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB95133117-
CMYK0.2900.120.48
HSL154.74º16.67%44.71%-
HSV(B)154.74º28.57%52.16%-
XYZ16.3220.4919.92-
YUV119.81126.41110.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.54%
GREEN value IS 133 (52.34% from 255) = 38.55%
BLUE value IS 117 (46.09% from 255) = 33.91%
R=27.54%
G=38.55%
B=33.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal951331170.2900.120.48154.7416.6744.71
Hex5F85751D0C309b112d
Octal13720516535014602332155
Binary101111110000101111010111101011001100001001101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,133,117); }

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

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

 a { background-color: rgb(95,133,117); }

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

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

 span { border-color: rgb(95,133,117); }

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