Html Css Color HEX #548071 Cutty Sark

📋 copy color: '#548071'

red 84 ◦ green 128 ◦ blue 113

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

Shades of Cutty Sark #548071

Tints of Cutty Sark #548071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.38%

 BLUE value IS 113 (44.53% from 255) = 34.77%

R = 25.85%
G = 39.38%
B = 34.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#548071 (or 0x548071) is known color: Cutty Sark. HEX triplet: 54, 80 and 71. RGB value is (84,128,113). Sum of RGB (Red+Green+Blue) = 84+128+113=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 128 - color contains mainly: green. Hex color #548071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548071 is #AB7F8E. Grayscale: #717171. Windows color (decimal): -11239311 or 7438420. OLE color: 7438420.

HSL color Cylindrical-coordinate representation of color #548071: hue angle of 159.55º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #548071 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 128 113 -
CMYK 0.34 0 0.12 0.50
HSL 159.55º 0.21% 0.42% -
HSV(B) 159.55º 0.34% 0.5% -
XYZ 14.36 18.52 18.44 -
YUV 113.13 127.92 107.22 -
System Red Green Blue C M Y K H S L
Decimal 84 128 113 0.34 0 0.12 0.50 159.55 0.21 0.42
Hex 54 80 71 22 0 C 32 A0 15 2A
Octal 124 200 161 42 0 14 62 240 25 52
Binary 1010100 10000000 1110001 100010 0 1100 110010 10100000 10101 101010

Color Harmonies of #548071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548071

Black with #548071

Text Example


Text Example

White with #548071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548071; }

 p { color: rgb(84,128,113); }

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

background-color css

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

 a { background-color: rgb(84,128,113); }

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

border-color css

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

 span { border-color: rgb(84,128,113); }

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