#54786C

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

Shades of Cutty Sark #54786C

Tints of Cutty Sark #54786C

Color information

#54786C (or 0x54786C) is unknown color: approx Cutty Sark. HEX triplet: 54, 78 and 6C. RGB value is (84,120,108). Sum of RGB (Red+Green+Blue) = 84+120+108=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 120 - color contains mainly: green. Hex color #54786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54786C is #AB8793. Grayscale: #6B6B6B. Windows color (decimal): -11241364 or 7108692. OLE color: 7108692.

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

Color convert

RGB84120108-
CMYK0.300.100.53
HSL160º17.65%40%-
HSV(B)160º30%47.06%-
XYZ13.0816.416.66-
YUV107.87128.07110.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.92%
GREEN value IS 120 (47.27% from 255) = 38.46%
BLUE value IS 108 (42.58% from 255) = 34.62%
R=26.92%
G=38.46%
B=34.62%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841201080.300.100.5316017.6540
Hex54786C1E0A35a01228
Octal12417015436012652402250
Binary10101001111000110110011110010101101011010000010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54786C; }

 p { color: rgb(84,120,108); }

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

<style>
 a { background-color: #54786C; }

 a { background-color: rgb(84,120,108); }

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

<style>
 span { border-color: #54786C; }

 span { border-color: rgb(84,120,108); }

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