#547869

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

Shades of Cutty Sark #547869

Tints of Cutty Sark #547869

Color information

#547869 (or 0x547869) is unknown color: approx Cutty Sark. HEX triplet: 54, 78 and 69. RGB value is (84,120,105). Sum of RGB (Red+Green+Blue) = 84+120+105=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 120 - color contains mainly: green. Hex color #547869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547869 is #AB8796. Grayscale: #6B6B6B. Windows color (decimal): -11241367 or 6912084. OLE color: 6912084.

HSL color Cylindrical-coordinate representation of color #547869: hue angle of 155º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #547869 is Cyan = 0.3, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB84120105-
CMYK0.300.130.53
HSL155º17.65%40%-
HSV(B)155º30%47.06%-
XYZ12.9216.3415.84-
YUV107.53126.57111.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.18%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 105 (41.41% from 255) = 33.98%
R=27.18%
G=38.83%
B=33.98%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841201050.300.130.5315517.6540
Hex5478691E0D359b1228
Octal12417015136015652332250
Binary10101001111000110100111110011011101011001101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547869; }

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

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

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

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

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

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

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

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