Html Css Color HEX #547E6A Cutty Sark

📋 copy color: '#547E6A'

red 84 ◦ green 126 ◦ blue 106

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

Shades of Cutty Sark #547E6A

Tints of Cutty Sark #547E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 26.58%
G = 39.87%
B = 33.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#547E6A (or 0x547E6A) is known color: Cutty Sark. HEX triplet: 54, 7E and 6A. RGB value is (84,126,106). Sum of RGB (Red+Green+Blue) = 84+126+106=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 126 - color contains mainly: green. Hex color #547E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547E6A is #AB8195. Grayscale: #6F6F6F. Windows color (decimal): -11239830 or 6979156. OLE color: 6979156.

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

Color convert

RGB 84 126 106 -
CMYK 0.33 0 0.16 0.51
HSL 151.43º 0.2% 0.41% -
HSV(B) 151.43º 0.33% 0.49% -
XYZ 13.72 17.85 16.36 -
YUV 111.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 84 126 106 0.33 0 0.16 0.51 151.43 0.2 0.41
Hex 54 7E 6A 21 0 10 33 97 14 29
Octal 124 176 152 41 0 20 63 227 24 51
Binary 1010100 1111110 1101010 100001 0 10000 110011 10010111 10100 101001

Color Harmonies of #547E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547E6A

Black with #547E6A

Text Example


Text Example

White with #547E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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