Html Css Color HEX #548D77 Cutty Sark

📋 copy color: '#548D77'

red 84 ◦ green 141 ◦ blue 119

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

Shades of Cutty Sark #548D77

Tints of Cutty Sark #548D77

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.99%

 BLUE value IS 119 (46.88% from 255) = 34.59%

R = 24.42%
G = 40.99%
B = 34.59%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#548D77 (or 0x548D77) is known color: Cutty Sark. HEX triplet: 54, 8D and 77. RGB value is (84,141,119). Sum of RGB (Red+Green+Blue) = 84+141+119=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 141 - color contains mainly: green. Hex color #548D77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D77 is #AB7288. Grayscale: #797979. Windows color (decimal): -11235977 or 7834964. OLE color: 7834964.

HSL color Cylindrical-coordinate representation of color #548D77: hue angle of 156.84º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548D77 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 141 119 -
CMYK 0.40 0 0.16 0.45
HSL 156.84º 0.25% 0.44% -
HSV(B) 156.84º 0.4% 0.55% -
XYZ 16.51 22.27 20.88 -
YUV 121.45 126.62 101.29 -
System Red Green Blue C M Y K H S L
Decimal 84 141 119 0.40 0 0.16 0.45 156.84 0.25 0.44
Hex 54 8D 77 28 0 10 2D 9D 19 2C
Octal 124 215 167 50 0 20 55 235 31 54
Binary 1010100 10001101 1110111 101000 0 10000 101101 10011101 11001 101100

Color Harmonies of #548D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548D77

Black with #548D77

Text Example


Text Example

White with #548D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548D77; }

 p { color: rgb(84,141,119); }

 H1.HeaderClassName
 {
   color: #548D77;
 }
 .AnyTagClassName
 {
   color: #548D77;
 }
</style>

background-color css

<style>
 a { background-color: #548D77; }

 a { background-color: rgb(84,141,119); }

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

border-color css

<style>
 span { border-color: #548D77; }

 span { border-color: rgb(84,141,119); }

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