Html Css Color HEX #549077 Cutty Sark

📋 copy color: '#549077'

red 84 ◦ green 144 ◦ blue 119

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

Shades of Cutty Sark #549077

Tints of Cutty Sark #549077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.5%

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

R = 24.21%
G = 41.5%
B = 34.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#549077 (or 0x549077) is known color: Cutty Sark. HEX triplet: 54, 90 and 77. RGB value is (84,144,119). Sum of RGB (Red+Green+Blue) = 84+144+119=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #549077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549077 is #AB6F88. Grayscale: #7B7B7B. Windows color (decimal): -11235209 or 7835732. OLE color: 7835732.

HSL color Cylindrical-coordinate representation of color #549077: hue angle of 155º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #549077 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 144 119 -
CMYK 0.42 0 0.17 0.44
HSL 155º 0.26% 0.45% -
HSV(B) 155º 0.42% 0.56% -
XYZ 16.96 23.16 21.03 -
YUV 123.21 125.62 100.03 -
System Red Green Blue C M Y K H S L
Decimal 84 144 119 0.42 0 0.17 0.44 155 0.26 0.45
Hex 54 90 77 2A 0 11 2C 9B 1A 2D
Octal 124 220 167 52 0 21 54 233 32 55
Binary 1010100 10010000 1110111 101010 0 10001 101100 10011011 11010 101101

Color Harmonies of #549077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549077

Black with #549077

Text Example


Text Example

White with #549077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549077; }

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

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

background-color css

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

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

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

border-color css

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

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

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