#54896C

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

Shades of Cutty Sark #54896C

Tints of Cutty Sark #54896C

Color information

#54896C (or 0x54896C) is unknown color: approx Cutty Sark. HEX triplet: 54, 89 and 6C. RGB value is (84,137,108). Sum of RGB (Red+Green+Blue) = 84+137+108=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #54896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54896C is #AB7693. Grayscale: #757575. Windows color (decimal): -11237012 or 7113044. OLE color: 7113044.

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

Color convert

RGB84137108-
CMYK0.3900.210.46
HSL147.17º23.98%43.33%-
HSV(B)147.17º38.69%53.73%-
XYZ15.3120.8617.41-
YUV117.85122.44103.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.53%
GREEN value IS 137 (53.91% from 255) = 41.64%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=25.53%
G=41.64%
B=32.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841371080.3900.210.46147.1723.9843.33
Hex54896C270152E93182b
Octal12421115447025562233053
Binary10101001000100111011001001110101011011101001001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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