#54886E

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

Shades of Cutty Sark #54886E

Tints of Cutty Sark #54886E

Color information

#54886E (or 0x54886E) is unknown color: approx Cutty Sark. HEX triplet: 54, 88 and 6E. RGB value is (84,136,110). Sum of RGB (Red+Green+Blue) = 84+136+110=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 136 - color contains mainly: green. Hex color #54886E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54886E is #AB7791. Grayscale: #757575. Windows color (decimal): -11237266 or 7243860. OLE color: 7243860.

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

Color convert

RGB84136110-
CMYK0.3800.190.47
HSL150º23.64%43.14%-
HSV(B)150º38.24%53.33%-
XYZ15.2720.6217.93-
YUV117.49123.77104.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 136 (53.52% from 255) = 41.21%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=25.45%
G=41.21%
B=33.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841361100.3800.190.4715023.6443.14
Hex54886E260132F96182b
Octal12421015646023572263053
Binary10101001000100011011101001100100111011111001011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54886E; }

 p { color: rgb(84,136,110); }

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

<style>
 a { background-color: #54886E; }

 a { background-color: rgb(84,136,110); }

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

<style>
 span { border-color: #54886E; }

 span { border-color: rgb(84,136,110); }

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