Html Css Color HEX #549477 Cutty Sark

📋 copy color: '#549477'

red 84 ◦ green 148 ◦ blue 119

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

Shades of Cutty Sark #549477

Tints of Cutty Sark #549477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.17%

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

R = 23.93%
G = 42.17%
B = 33.9%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#549477 (or 0x549477) is known color: Cutty Sark. HEX triplet: 54, 94 and 77. RGB value is (84,148,119). Sum of RGB (Red+Green+Blue) = 84+148+119=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #549477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549477 is #AB6B88. Grayscale: #7D7D7D. Windows color (decimal): -11234185 or 7836756. OLE color: 7836756.

HSL color Cylindrical-coordinate representation of color #549477: hue angle of 152.81º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #549477 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 148 119 -
CMYK 0.43 0 0.20 0.42
HSL 152.81º 0.28% 0.45% -
HSV(B) 152.81º 0.43% 0.58% -
XYZ 17.58 24.4 21.24 -
YUV 125.56 124.3 98.36 -
System Red Green Blue C M Y K H S L
Decimal 84 148 119 0.43 0 0.20 0.42 152.81 0.28 0.45
Hex 54 94 77 2B 0 14 2A 99 1C 2D
Octal 124 224 167 53 0 24 52 231 34 55
Binary 1010100 10010100 1110111 101011 0 10100 101010 10011001 11100 101101

Color Harmonies of #549477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549477

Black with #549477

Text Example


Text Example

White with #549477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549477; }

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

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

background-color css

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

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

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

border-color css

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

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

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