#5D8578

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

Shades of Cutty Sark #5D8578

Tints of Cutty Sark #5D8578

Color information

#5D8578 (or 0x5D8578) is unknown color: approx Cutty Sark. HEX triplet: 5D, 85 and 78. RGB value is (93,133,120). Sum of RGB (Red+Green+Blue) = 93+133+120=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #5D8578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8578 is #A27A87. Grayscale: #777777. Windows color (decimal): -10648200 or 7898461. OLE color: 7898461.

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

Color convert

RGB93133120-
CMYK0.3000.100.48
HSL160.5º17.7%44.31%-
HSV(B)160.5º30.08%52.16%-
XYZ16.2920.4620.86-
YUV119.56128.25109.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.88%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 120 (47.27% from 255) = 34.68%
R=26.88%
G=38.44%
B=34.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal931331200.3000.100.48160.517.744.31
Hex5D85781E0A30a0122c
Octal13520517036012602402254
Binary101110110000101111100011110010101100001010000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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