#54856D

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

Shades of Cutty Sark #54856D

Tints of Cutty Sark #54856D

Color information

#54856D (or 0x54856D) is unknown color: approx Cutty Sark. HEX triplet: 54, 85 and 6D. RGB value is (84,133,109). Sum of RGB (Red+Green+Blue) = 84+133+109=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #54856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54856D is #AB7A92. Grayscale: #737373. Windows color (decimal): -11238035 or 7177556. OLE color: 7177556.

HSL color Cylindrical-coordinate representation of color #54856D: hue angle of 150.61º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54856D is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB84133109-
CMYK0.3700.180.48
HSL150.61º22.58%42.55%-
HSV(B)150.61º36.84%52.16%-
XYZ14.819.7617.5-
YUV115.61124.27105.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.77%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 109 (42.97% from 255) = 33.44%
R=25.77%
G=40.80%
B=33.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841331090.3700.180.48150.6122.5842.55
Hex54856D250123097172b
Octal12420515545022602272753
Binary10101001000010111011011001010100101100001001011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54856D; }

 p { color: rgb(84,133,109); }

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

<style>
 a { background-color: #54856D; }

 a { background-color: rgb(84,133,109); }

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

<style>
 span { border-color: #54856D; }

 span { border-color: rgb(84,133,109); }

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