#547A69

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

Shades of Cutty Sark #547A69

Tints of Cutty Sark #547A69

Color information

#547A69 (or 0x547A69) is unknown color: approx Cutty Sark. HEX triplet: 54, 7A and 69. RGB value is (84,122,105). Sum of RGB (Red+Green+Blue) = 84+122+105=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 122 - color contains mainly: green. Hex color #547A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547A69 is #AB8596. Grayscale: #6C6C6C. Windows color (decimal): -11240855 or 6912596. OLE color: 6912596.

HSL color Cylindrical-coordinate representation of color #547A69: hue angle of 153.16º 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 #547A69 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB84122105-
CMYK0.3100.140.52
HSL153.16º18.45%40.39%-
HSV(B)153.16º31.15%47.84%-
XYZ13.1716.8215.92-
YUV108.7125.91110.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.01%
GREEN value IS 122 (48.05% from 255) = 39.23%
BLUE value IS 105 (41.41% from 255) = 33.76%
R=27.01%
G=39.23%
B=33.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal841221050.3100.140.52153.1618.4540.39
Hex547A691F0E34991228
Octal12417215137016642312250
Binary10101001111010110100111111011101101001001100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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