Html Css Color HEX #547C6D Cutty Sark

📋 copy color: '#547C6D'

red 84 ◦ green 124 ◦ blue 109

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

Shades of Cutty Sark #547C6D

Tints of Cutty Sark #547C6D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.12%

 BLUE value IS 109 (42.97% from 255) = 34.38%

R = 26.5%
G = 39.12%
B = 34.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#547C6D (or 0x547C6D) is known color: Cutty Sark. HEX triplet: 54, 7C and 6D. RGB value is (84,124,109). Sum of RGB (Red+Green+Blue) = 84+124+109=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 124 - color contains mainly: green. Hex color #547C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547C6D is #AB8392. Grayscale: #6E6E6E. Windows color (decimal): -11240339 or 7175252. OLE color: 7175252.

HSL color Cylindrical-coordinate representation of color #547C6D: hue angle of 157.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #547C6D is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 124 109 -
CMYK 0.32 0 0.12 0.51
HSL 157.5º 0.19% 0.41% -
HSV(B) 157.5º 0.32% 0.49% -
XYZ 13.62 17.4 17.11 -
YUV 110.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 84 124 109 0.32 0 0.12 0.51 157.5 0.19 0.41
Hex 54 7C 6D 20 0 C 33 9E 13 29
Octal 124 174 155 40 0 14 63 236 23 51
Binary 1010100 1111100 1101101 100000 0 1100 110011 10011110 10011 101001

Color Harmonies of #547C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547C6D

Black with #547C6D

Text Example


Text Example

White with #547C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,124,109); }

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

background-color css

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

 a { background-color: rgb(84,124,109); }

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

border-color css

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

 span { border-color: rgb(84,124,109); }

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