Html Css Color HEX #547C6F Cutty Sark

📋 copy color: '#547C6F'

red 84 ◦ green 124 ◦ blue 111

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

Shades of Cutty Sark #547C6F

Tints of Cutty Sark #547C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.8%

R = 26.33%
G = 38.87%
B = 34.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#547C6F (or 0x547C6F) is known color: Cutty Sark. HEX triplet: 54, 7C and 6F. RGB value is (84,124,111). Sum of RGB (Red+Green+Blue) = 84+124+111=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 124 - color contains mainly: green. Hex color #547C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547C6F is #AB8390. Grayscale: #6E6E6E. Windows color (decimal): -11240337 or 7306324. OLE color: 7306324.

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

Color convert

RGB 84 124 111 -
CMYK 0.32 0 0.10 0.51
HSL 160.5º 0.19% 0.41% -
HSV(B) 160.5º 0.32% 0.49% -
XYZ 13.73 17.45 17.68 -
YUV 110.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 84 124 111 0.32 0 0.10 0.51 160.5 0.19 0.41
Hex 54 7C 6F 20 0 A 33 A0 13 29
Octal 124 174 157 40 0 12 63 240 23 51
Binary 1010100 1111100 1101111 100000 0 1010 110011 10100000 10011 101001

Color Harmonies of #547C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547C6F

Black with #547C6F

Text Example


Text Example

White with #547C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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