#5D8679

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

Shades of Cutty Sark #5D8679

Tints of Cutty Sark #5D8679

Color information

#5D8679 (or 0x5D8679) is unknown color: approx Cutty Sark. HEX triplet: 5D, 86 and 79. RGB value is (93,134,121). Sum of RGB (Red+Green+Blue) = 93+134+121=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #5D8679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8679 is #A27986. Grayscale: #787878. Windows color (decimal): -10647943 or 7964253. OLE color: 7964253.

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

Color convert

RGB93134121-
CMYK0.3100.100.47
HSL160.98º18.06%44.51%-
HSV(B)160.98º30.6%52.55%-
XYZ16.4920.7621.23-
YUV120.26128.42108.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.72%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 121 (47.66% from 255) = 34.77%
R=26.72%
G=38.51%
B=34.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal931341210.3100.100.47160.9818.0644.51
Hex5D86791F0A2Fa1122d
Octal13520617137012572412255
Binary101110110000110111100111111010101011111010000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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