#5D8579

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

Shades of Cutty Sark #5D8579

Tints of Cutty Sark #5D8579

Color information

#5D8579 (or 0x5D8579) is unknown color: approx Cutty Sark. HEX triplet: 5D, 85 and 79. RGB value is (93,133,121). Sum of RGB (Red+Green+Blue) = 93+133+121=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #5D8579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8579 is #A27A86. Grayscale: #777777. Windows color (decimal): -10648199 or 7963997. OLE color: 7963997.

HSL color Cylindrical-coordinate representation of color #5D8579: hue angle of 162º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D8579 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB93133121-
CMYK0.3000.090.48
HSL162º17.7%44.31%-
HSV(B)162º30.08%52.16%-
XYZ16.3520.4821.18-
YUV119.67128.75108.98-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.80%
GREEN value IS 133 (52.34% from 255) = 38.33%
BLUE value IS 121 (47.66% from 255) = 34.87%
R=26.80%
G=38.33%
B=34.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal931331210.3000.090.4816217.744.31
Hex5D85791E0930a2122c
Octal13520517136011602422254
Binary101110110000101111100111110010011100001010001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,133,121); }

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

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

 a { background-color: rgb(93,133,121); }

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

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

 span { border-color: rgb(93,133,121); }

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