Html Css Color HEX #547D6F Cutty Sark

📋 copy color: '#547D6F'

red 84 ◦ green 125 ◦ blue 111

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

Shades of Cutty Sark #547D6F

Tints of Cutty Sark #547D6F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.06%

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

R = 26.25%
G = 39.06%
B = 34.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#547D6F (or 0x547D6F) is known color: Cutty Sark. HEX triplet: 54, 7D and 6F. RGB value is (84,125,111). Sum of RGB (Red+Green+Blue) = 84+125+111=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 125 - color contains mainly: green. Hex color #547D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547D6F is #AB8290. Grayscale: #6F6F6F. Windows color (decimal): -11240081 or 7306580. OLE color: 7306580.

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

Color convert

RGB 84 125 111 -
CMYK 0.33 0 0.11 0.51
HSL 159.51º 0.2% 0.41% -
HSV(B) 159.51º 0.33% 0.49% -
XYZ 13.86 17.7 17.72 -
YUV 111.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 84 125 111 0.33 0 0.11 0.51 159.51 0.2 0.41
Hex 54 7D 6F 21 0 B 33 A0 14 29
Octal 124 175 157 41 0 13 63 240 24 51
Binary 1010100 1111101 1101111 100001 0 1011 110011 10100000 10100 101001

Color Harmonies of #547D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547D6F

Black with #547D6F

Text Example


Text Example

White with #547D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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