#54866A

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

Shades of Cutty Sark #54866A

Tints of Cutty Sark #54866A

Color information

#54866A (or 0x54866A) is unknown color: approx Cutty Sark. HEX triplet: 54, 86 and 6A. RGB value is (84,134,106). Sum of RGB (Red+Green+Blue) = 84+134+106=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #54866A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54866A is #AB7995. Grayscale: #737373. Windows color (decimal): -11237782 or 6981204. OLE color: 6981204.

HSL color Cylindrical-coordinate representation of color #54866A: hue angle of 146.4º 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 #54866A is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB84134106-
CMYK0.3700.210.47
HSL146.4º22.94%42.75%-
HSV(B)146.4º37.31%52.55%-
XYZ14.7819.9816.71-
YUV115.86122.44105.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.93%
GREEN value IS 134 (52.73% from 255) = 41.36%
BLUE value IS 106 (41.80% from 255) = 32.72%
R=25.93%
G=41.36%
B=32.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841341060.3700.210.47146.422.9442.75
Hex54866A250152F92172b
Octal12420615245025572222753
Binary10101001000011011010101001010101011011111001001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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