#54806E

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

Shades of Cutty Sark #54806E

Tints of Cutty Sark #54806E

Color information

#54806E (or 0x54806E) is unknown color: approx Cutty Sark. HEX triplet: 54, 80 and 6E. RGB value is (84,128,110). Sum of RGB (Red+Green+Blue) = 84+128+110=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 128 - color contains mainly: green. Hex color #54806E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54806E is #AB7F91. Grayscale: #707070. Windows color (decimal): -11239314 or 7241812. OLE color: 7241812.

HSL color Cylindrical-coordinate representation of color #54806E: hue angle of 155.45º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #54806E is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB84128110-
CMYK0.3400.140.50
HSL155.45º20.75%41.57%-
HSV(B)155.45º34.38%50.2%-
XYZ14.1918.4517.56-
YUV112.79126.42107.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.09%
GREEN value IS 128 (50.39% from 255) = 39.75%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=26.09%
G=39.75%
B=34.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal841281100.3400.140.50155.4520.7541.57
Hex54806E220E329b152a
Octal12420015642016622332552
Binary1010100100000001101110100010011101100101001101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54806E; }

 p { color: rgb(84,128,110); }

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

<style>
 a { background-color: #54806E; }

 a { background-color: rgb(84,128,110); }

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

<style>
 span { border-color: #54806E; }

 span { border-color: rgb(84,128,110); }

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