#54886c

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

Shades of Cutty Sark #54886C

Tints of Cutty Sark #54886C

Color information

#54886C (or 0x54886C) is unknown color: approx Cutty Sark. HEX triplet: 54, 88 and 6C. RGB value is (84,136,108). Sum of RGB (Red+Green+Blue) = 84+136+108=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 136 - color contains mainly: green. Hex color #54886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54886C is #AB7793. Grayscale: #757575. Windows color (decimal): -11237268 or 7112788. OLE color: 7112788.

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

Color convert

RGB84136108-
CMYK0.3800.210.47
HSL147.69º23.64%43.14%-
HSV(B)147.69º38.24%53.33%-
XYZ15.1720.5817.36-
YUV117.26122.77104.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.61%
GREEN value IS 136 (53.52% from 255) = 41.46%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=25.61%
G=41.46%
B=32.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841361080.3800.210.47147.6923.6443.14
Hex54886C260152F94182b
Octal12421015446025572243053
Binary10101001000100011011001001100101011011111001010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54886c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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