#54796B

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

Shades of Cutty Sark #54796B

Tints of Cutty Sark #54796B

Color information

#54796B (or 0x54796B) is unknown color: approx Cutty Sark. HEX triplet: 54, 79 and 6B. RGB value is (84,121,107). Sum of RGB (Red+Green+Blue) = 84+121+107=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 121 - color contains mainly: green. Hex color #54796B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54796B is #AB8694. Grayscale: #6C6C6C. Windows color (decimal): -11241109 or 7043412. OLE color: 7043412.

HSL color Cylindrical-coordinate representation of color #54796B: hue angle of 157.3º 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 #54796B is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB84121107-
CMYK0.3100.120.53
HSL157.3º18.05%40.2%-
HSV(B)157.3º30.58%47.45%-
XYZ13.1516.6216.43-
YUV108.34127.24110.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.92%
GREEN value IS 121 (47.66% from 255) = 38.78%
BLUE value IS 107 (42.19% from 255) = 34.29%
R=26.92%
G=38.78%
B=34.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841211070.3100.120.53157.318.0540.2
Hex54796B1F0C359d1228
Octal12417115337014652352250
Binary10101001111001110101111111011001101011001110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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