Html Css Color HEX #547E72 Cutty Sark

📋 copy color: '#547E72'

red 84 ◦ green 126 ◦ blue 114

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

Shades of Cutty Sark #547E72

Tints of Cutty Sark #547E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.19%

R = 25.93%
G = 38.89%
B = 35.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#547E72 (or 0x547E72) is known color: Cutty Sark. HEX triplet: 54, 7E and 72. RGB value is (84,126,114). Sum of RGB (Red+Green+Blue) = 84+126+114=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 126 - color contains mainly: green. Hex color #547E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547E72 is #AB818D. Grayscale: #707070. Windows color (decimal): -11239822 or 7503444. OLE color: 7503444.

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

Color convert

RGB 84 126 114 -
CMYK 0.33 0 0.10 0.51
HSL 162.86º 0.2% 0.41% -
HSV(B) 162.86º 0.33% 0.49% -
XYZ 14.15 18.02 18.65 -
YUV 112.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 84 126 114 0.33 0 0.10 0.51 162.86 0.2 0.41
Hex 54 7E 72 21 0 A 33 A3 14 29
Octal 124 176 162 41 0 12 63 243 24 51
Binary 1010100 1111110 1110010 100001 0 1010 110011 10100011 10100 101001

Color Harmonies of #547E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547E72

Black with #547E72

Text Example


Text Example

White with #547E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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