#5D8672

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

Shades of Cutty Sark #5D8672

Tints of Cutty Sark #5D8672

Color information

#5D8672 (or 0x5D8672) is unknown color: approx Cutty Sark. HEX triplet: 5D, 86 and 72. RGB value is (93,134,114). Sum of RGB (Red+Green+Blue) = 93+134+114=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 134 - color contains mainly: green. Hex color #5D8672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8672 is #A2798D. Grayscale: #777777. Windows color (decimal): -10647950 or 7505501. OLE color: 7505501.

HSL color Cylindrical-coordinate representation of color #5D8672: 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.31%. Process color model (Four color, CMYK) of #5D8672 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB93134114-
CMYK0.3100.150.47
HSL150.73º18.06%44.51%-
HSV(B)150.73º30.6%52.55%-
XYZ16.0820.5919.05-
YUV119.46124.92109.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.27%
GREEN value IS 134 (52.73% from 255) = 39.30%
BLUE value IS 114 (44.92% from 255) = 33.43%
R=27.27%
G=39.30%
B=33.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal931341140.3100.150.47150.7318.0644.51
Hex5D86721F0F2F97122d
Octal13520616237017572272255
Binary101110110000110111001011111011111011111001011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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