#54876C

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

Shades of Cutty Sark #54876C

Tints of Cutty Sark #54876C

Color information

#54876C (or 0x54876C) is unknown color: approx Cutty Sark. HEX triplet: 54, 87 and 6C. RGB value is (84,135,108). Sum of RGB (Red+Green+Blue) = 84+135+108=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #54876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54876C is #AB7893. Grayscale: #747474. Windows color (decimal): -11237524 or 7112532. OLE color: 7112532.

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

Color convert

RGB84135108-
CMYK0.3800.20.47
HSL148.24º23.29%42.94%-
HSV(B)148.24º37.78%52.94%-
XYZ15.0320.317.31-
YUV116.67123.1104.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 135 (53.12% from 255) = 41.28%
BLUE value IS 108 (42.58% from 255) = 33.03%
R=25.69%
G=41.28%
B=33.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841351080.3800.20.47148.2423.2942.94
Hex54876C260142F94172b
Octal12420715446024572242753
Binary10101001000011111011001001100101001011111001010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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