#54826D

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

Shades of Cutty Sark #54826D

Tints of Cutty Sark #54826D

Color information

#54826D (or 0x54826D) is unknown color: approx Cutty Sark. HEX triplet: 54, 82 and 6D. RGB value is (84,130,109). Sum of RGB (Red+Green+Blue) = 84+130+109=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 130 - color contains mainly: green. Hex color #54826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54826D is #AB7D92. Grayscale: #717171. Windows color (decimal): -11238803 or 7176788. OLE color: 7176788.

HSL color Cylindrical-coordinate representation of color #54826D: hue angle of 152.61º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #54826D is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB84130109-
CMYK0.3500.160.49
HSL152.61º21.5%41.96%-
HSV(B)152.61º35.38%50.98%-
XYZ14.418.9517.37-
YUV113.85125.26106.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.01%
GREEN value IS 130 (51.17% from 255) = 40.25%
BLUE value IS 109 (42.97% from 255) = 33.75%
R=26.01%
G=40.25%
B=33.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841301090.3500.160.49152.6121.541.96
Hex54826D230103199152a
Octal12420215543020612312552
Binary10101001000001011011011000110100001100011001100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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