#54896F

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

Shades of Cutty Sark #54896F

Tints of Cutty Sark #54896F

Color information

#54896F (or 0x54896F) is unknown color: approx Cutty Sark. HEX triplet: 54, 89 and 6F. RGB value is (84,137,111). Sum of RGB (Red+Green+Blue) = 84+137+111=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #54896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54896F is #AB7690. Grayscale: #767676. Windows color (decimal): -11237009 or 7309652. OLE color: 7309652.

HSL color Cylindrical-coordinate representation of color #54896F: hue angle of 150.57º 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 #54896F is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB84137111-
CMYK0.3900.190.46
HSL150.57º23.98%43.33%-
HSV(B)150.57º38.69%53.73%-
XYZ15.4720.9218.26-
YUV118.19123.94103.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.30%
GREEN value IS 137 (53.91% from 255) = 41.27%
BLUE value IS 111 (43.75% from 255) = 33.43%
R=25.30%
G=41.27%
B=33.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841371110.3900.190.46150.5723.9843.33
Hex54896F270132E97182b
Octal12421115747023562273053
Binary10101001000100111011111001110100111011101001011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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