Html Css Color HEX #547D70 Cutty Sark

📋 copy color: '#547D70'

red 84 ◦ green 125 ◦ blue 112

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

Shades of Cutty Sark #547D70

Tints of Cutty Sark #547D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.89%

R = 26.17%
G = 38.94%
B = 34.89%

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

#547D70 (or 0x547D70) is known color: Cutty Sark. HEX triplet: 54, 7D and 70. RGB value is (84,125,112). Sum of RGB (Red+Green+Blue) = 84+125+112=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 125 - color contains mainly: green. Hex color #547D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547D70 is #AB828F. Grayscale: #6F6F6F. Windows color (decimal): -11240080 or 7372116. OLE color: 7372116.

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

Color convert

RGB 84 125 112 -
CMYK 0.33 0 0.10 0.51
HSL 160.98º 0.2% 0.41% -
HSV(B) 160.98º 0.33% 0.49% -
XYZ 13.91 17.72 18.02 -
YUV 111.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 84 125 112 0.33 0 0.10 0.51 160.98 0.2 0.41
Hex 54 7D 70 21 0 A 33 A1 14 29
Octal 124 175 160 41 0 12 63 241 24 51
Binary 1010100 1111101 1110000 100001 0 1010 110011 10100001 10100 101001

Color Harmonies of #547D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547D70

Black with #547D70

Text Example


Text Example

White with #547D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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