Html Css Color HEX #547E73 Cutty Sark

📋 copy color: '#547E73'

red 84 ◦ green 126 ◦ blue 115

#547E73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #547E73

Tints of Cutty Sark #547E73

RGB

 RED value IS 84 (33.2% from 255) = 25.85%

 GREEN value IS 126 (49.61% from 255) = 38.77%

 BLUE value IS 115 (45.31% from 255) = 35.38%

R = 25.85%
G = 38.77%
B = 35.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#547E73 (or 0x547E73) is known color: Cutty Sark. HEX triplet: 54, 7E and 73. RGB value is (84,126,115). Sum of RGB (Red+Green+Blue) = 84+126+115=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 126 - color contains mainly: green. Hex color #547E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547E73 is #AB818C. Grayscale: #707070. Windows color (decimal): -11239821 or 7568980. OLE color: 7568980.

HSL color Cylindrical-coordinate representation of color #547E73: hue angle of 164.29º 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 #547E73 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 126 115 -
CMYK 0.33 0 0.09 0.51
HSL 164.29º 0.2% 0.41% -
HSV(B) 164.29º 0.33% 0.49% -
XYZ 14.21 18.04 18.95 -
YUV 112.19 129.59 107.89 -
System Red Green Blue C M Y K H S L
Decimal 84 126 115 0.33 0 0.09 0.51 164.29 0.2 0.41
Hex 54 7E 73 21 0 9 33 A4 14 29
Octal 124 176 163 41 0 11 63 244 24 51
Binary 1010100 1111110 1110011 100001 0 1001 110011 10100100 10100 101001

Color Harmonies of #547E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547E73

Black with #547E73

Text Example


Text Example

White with #547E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #547E73;
 }
 .AnyTagClassName
 {
   color: #547E73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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