#547E6A

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

Shades of Cutty Sark #547E6A

Tints of Cutty Sark #547E6A

Color information

#547E6A (or 0x547E6A) is unknown color: approx Cutty Sark. HEX triplet: 54, 7E and 6A. RGB value is (84,126,106). Sum of RGB (Red+Green+Blue) = 84+126+106=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 126 - color contains mainly: green. Hex color #547E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547E6A is #AB8195. Grayscale: #6F6F6F. Windows color (decimal): -11239830 or 6979156. OLE color: 6979156.

HSL color Cylindrical-coordinate representation of color #547E6A: hue angle of 151.43º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #547E6A is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB84126106-
CMYK0.3300.160.51
HSL151.43º20%41.18%-
HSV(B)151.43º33.33%49.41%-
XYZ13.7217.8516.36-
YUV111.16125.09108.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.58%
GREEN value IS 126 (49.61% from 255) = 39.87%
BLUE value IS 106 (41.80% from 255) = 33.54%
R=26.58%
G=39.87%
B=33.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal841261060.3300.160.51151.432041.18
Hex547E6A2101033971429
Octal12417615241020632272451
Binary1010100111111011010101000010100001100111001011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547E6A; }

 p { color: rgb(84,126,106); }

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

<style>
 a { background-color: #547E6A; }

 a { background-color: rgb(84,126,106); }

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

<style>
 span { border-color: #547E6A; }

 span { border-color: rgb(84,126,106); }

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