Html Css Color HEX #548A77 Cutty Sark

📋 copy color: '#548A77'

red 84 ◦ green 138 ◦ blue 119

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

Shades of Cutty Sark #548A77

Tints of Cutty Sark #548A77

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.47%

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

R = 24.63%
G = 40.47%
B = 34.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#548A77 (or 0x548A77) is known color: Cutty Sark. HEX triplet: 54, 8A and 77. RGB value is (84,138,119). Sum of RGB (Red+Green+Blue) = 84+138+119=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 138 - color contains mainly: green. Hex color #548A77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A77 is #AB7588. Grayscale: #777777. Windows color (decimal): -11236745 or 7834196. OLE color: 7834196.

HSL color Cylindrical-coordinate representation of color #548A77: hue angle of 158.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #548A77 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 138 119 -
CMYK 0.39 0 0.14 0.46
HSL 158.89º 0.24% 0.44% -
HSV(B) 158.89º 0.39% 0.54% -
XYZ 16.07 21.39 20.73 -
YUV 119.69 127.61 102.54 -
System Red Green Blue C M Y K H S L
Decimal 84 138 119 0.39 0 0.14 0.46 158.89 0.24 0.44
Hex 54 8A 77 27 0 E 2E 9F 18 2C
Octal 124 212 167 47 0 16 56 237 30 54
Binary 1010100 10001010 1110111 100111 0 1110 101110 10011111 11000 101100

Color Harmonies of #548A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548A77

Black with #548A77

Text Example


Text Example

White with #548A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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