#54766A

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

Shades of Cutty Sark #54766A

Tints of Cutty Sark #54766A

Color information

#54766A (or 0x54766A) is unknown color: approx Cutty Sark. HEX triplet: 54, 76 and 6A. RGB value is (84,118,106). Sum of RGB (Red+Green+Blue) = 84+118+106=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #54766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54766A is #AB8995. Grayscale: #6A6A6A. Windows color (decimal): -11241878 or 6977108. OLE color: 6977108.

HSL color Cylindrical-coordinate representation of color #54766A: hue angle of 158.82º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #54766A is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB84118106-
CMYK0.2900.100.54
HSL158.82º16.83%39.61%-
HSV(B)158.82º28.81%46.27%-
XYZ12.7415.8816.03-
YUV106.47127.74111.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.27%
GREEN value IS 118 (46.48% from 255) = 38.31%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=27.27%
G=38.31%
B=34.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal841181060.2900.100.54158.8216.8339.61
Hex54766A1D0A369f1128
Octal12416615235012662372150
Binary10101001110110110101011101010101101101001111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54766A; }

 p { color: rgb(84,118,106); }

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

<style>
 a { background-color: #54766A; }

 a { background-color: rgb(84,118,106); }

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

<style>
 span { border-color: #54766A; }

 span { border-color: rgb(84,118,106); }

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