#54826E

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

Shades of Cutty Sark #54826E

Tints of Cutty Sark #54826E

Color information

#54826E (or 0x54826E) is unknown color: approx Cutty Sark. HEX triplet: 54, 82 and 6E. RGB value is (84,130,110). Sum of RGB (Red+Green+Blue) = 84+130+110=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #54826E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54826E is #AB7D91. Grayscale: #727272. Windows color (decimal): -11238802 or 7242324. OLE color: 7242324.

HSL color Cylindrical-coordinate representation of color #54826E: hue angle of 153.91º 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 #54826E is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB84130110-
CMYK0.3500.150.49
HSL153.91º21.5%41.96%-
HSV(B)153.91º35.38%50.98%-
XYZ14.4518.9817.65-
YUV113.97125.76106.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.93%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 110 (43.36% from 255) = 33.95%
R=25.93%
G=40.12%
B=33.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841301100.3500.150.49153.9121.541.96
Hex54826E230F319a152a
Octal12420215643017612322552
Binary1010100100000101101110100011011111100011001101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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