#54796D

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

Shades of Cutty Sark #54796D

Tints of Cutty Sark #54796D

Color information

#54796D (or 0x54796D) is unknown color: approx Cutty Sark. HEX triplet: 54, 79 and 6D. RGB value is (84,121,109). Sum of RGB (Red+Green+Blue) = 84+121+109=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 121 - color contains mainly: green. Hex color #54796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54796D is #AB8692. Grayscale: #6C6C6C. Windows color (decimal): -11241107 or 7174484. OLE color: 7174484.

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

Color convert

RGB84121109-
CMYK0.3100.100.53
HSL160.54º18.05%40.2%-
HSV(B)160.54º30.58%47.45%-
XYZ13.2516.6616.99-
YUV108.57128.24110.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 121 (47.66% from 255) = 38.54%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=26.75%
G=38.54%
B=34.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841211090.3100.100.53160.5418.0540.2
Hex54796D1F0A35a11228
Octal12417115537012652412250
Binary10101001111001110110111111010101101011010000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54796D; }

 p { color: rgb(84,121,109); }

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

<style>
 a { background-color: #54796D; }

 a { background-color: rgb(84,121,109); }

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

<style>
 span { border-color: #54796D; }

 span { border-color: rgb(84,121,109); }

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