#54866D

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

Shades of Cutty Sark #54866D

Tints of Cutty Sark #54866D

Color information

#54866D (or 0x54866D) is unknown color: approx Cutty Sark. HEX triplet: 54, 86 and 6D. RGB value is (84,134,109). Sum of RGB (Red+Green+Blue) = 84+134+109=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #54866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54866D is #AB7992. Grayscale: #747474. Windows color (decimal): -11237779 or 7177812. OLE color: 7177812.

HSL color Cylindrical-coordinate representation of color #54866D: hue angle of 150º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54866D is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB84134109-
CMYK0.3700.190.47
HSL150º22.94%42.75%-
HSV(B)150º37.31%52.55%-
XYZ14.9420.0417.55-
YUV116.2123.94105.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 109 (42.97% from 255) = 33.33%
R=25.69%
G=40.98%
B=33.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841341090.3700.190.4715022.9442.75
Hex54866D250132F96172b
Octal12420615545023572262753
Binary10101001000011011011011001010100111011111001011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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