#547769

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

Shades of Cutty Sark #547769

Tints of Cutty Sark #547769

Color information

#547769 (or 0x547769) is unknown color: approx Cutty Sark. HEX triplet: 54, 77 and 69. RGB value is (84,119,105). Sum of RGB (Red+Green+Blue) = 84+119+105=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 119 - color contains mainly: green. Hex color #547769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547769 is #AB8896. Grayscale: #6A6A6A. Windows color (decimal): -11241623 or 6911828. OLE color: 6911828.

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

Color convert

RGB84119105-
CMYK0.2900.120.53
HSL156º17.24%39.8%-
HSV(B)156º29.41%46.67%-
XYZ12.816.115.8-
YUV106.94126.9111.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.27%
GREEN value IS 119 (46.88% from 255) = 38.64%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=27.27%
G=38.64%
B=34.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841191050.2900.120.5315617.2439.8
Hex5477691D0C359c1128
Octal12416715135014652342150
Binary10101001110111110100111101011001101011001110010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547769; }

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

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

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

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

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

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

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

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