#5D856E

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

Shades of Cutty Sark #5D856E

Tints of Cutty Sark #5D856E

Color information

#5D856E (or 0x5D856E) is unknown color: approx Cutty Sark. HEX triplet: 5D, 85 and 6E. RGB value is (93,133,110). Sum of RGB (Red+Green+Blue) = 93+133+110=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #5D856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D856E is #A27A91. Grayscale: #767676. Windows color (decimal): -10648210 or 7243101. OLE color: 7243101.

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

Color convert

RGB93133110-
CMYK0.3000.170.48
HSL145.5º17.7%44.31%-
HSV(B)145.5º30.08%52.16%-
XYZ15.7220.2317.83-
YUV118.42123.25109.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.68%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=27.68%
G=39.58%
B=32.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal931331100.3000.170.48145.517.744.31
Hex5D856E1E0113092122c
Octal13520515636021602222254
Binary1011101100001011101110111100100011100001001001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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