#547A6D

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

Shades of Cutty Sark #547A6D

Tints of Cutty Sark #547A6D

Color information

#547A6D (or 0x547A6D) is unknown color: approx Cutty Sark. HEX triplet: 54, 7A and 6D. RGB value is (84,122,109). Sum of RGB (Red+Green+Blue) = 84+122+109=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 122 - color contains mainly: green. Hex color #547A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547A6D is #AB8592. Grayscale: #6D6D6D. Windows color (decimal): -11240851 or 7174740. OLE color: 7174740.

HSL color Cylindrical-coordinate representation of color #547A6D: hue angle of 159.47º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #547A6D is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB84122109-
CMYK0.3100.110.52
HSL159.47º18.45%40.39%-
HSV(B)159.47º31.15%47.84%-
XYZ13.3816.9117.03-
YUV109.16127.91110.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.67%
GREEN value IS 122 (48.05% from 255) = 38.73%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=26.67%
G=38.73%
B=34.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal841221090.3100.110.52159.4718.4540.39
Hex547A6D1F0B349f1228
Octal12417215537013642372250
Binary10101001111010110110111111010111101001001111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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