#54896D

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

Shades of Cutty Sark #54896D

Tints of Cutty Sark #54896D

Color information

#54896D (or 0x54896D) is unknown color: approx Cutty Sark. HEX triplet: 54, 89 and 6D. RGB value is (84,137,109). Sum of RGB (Red+Green+Blue) = 84+137+109=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 137 - color contains mainly: green. Hex color #54896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54896D is #AB7692. Grayscale: #767676. Windows color (decimal): -11237011 or 7178580. OLE color: 7178580.

HSL color Cylindrical-coordinate representation of color #54896D: hue angle of 148.3º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54896D is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB84137109-
CMYK0.3900.200.46
HSL148.3º23.98%43.33%-
HSV(B)148.3º38.69%53.73%-
XYZ15.3620.8817.69-
YUV117.96122.94103.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 137 (53.91% from 255) = 41.52%
BLUE value IS 109 (42.97% from 255) = 33.03%
R=25.45%
G=41.52%
B=33.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841371090.3900.200.46148.323.9843.33
Hex54896D270142E94182b
Octal12421115547024562243053
Binary10101001000100111011011001110101001011101001010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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