Html Css Color HEX #548479 Cutty Sark

📋 copy color: '#548479'

red 84 ◦ green 132 ◦ blue 121

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

Shades of Cutty Sark #548479

Tints of Cutty Sark #548479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.17%

 BLUE value IS 121 (47.66% from 255) = 35.91%

R = 24.93%
G = 39.17%
B = 35.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#548479 (or 0x548479) is known color: Cutty Sark. HEX triplet: 54, 84 and 79. RGB value is (84,132,121). Sum of RGB (Red+Green+Blue) = 84+132+121=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #548479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548479 is #AB7B86. Grayscale: #747474. Windows color (decimal): -11238279 or 7963732. OLE color: 7963732.

HSL color Cylindrical-coordinate representation of color #548479: hue angle of 166.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #548479 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 132 121 -
CMYK 0.36 0 0.08 0.48
HSL 166.25º 0.22% 0.42% -
HSV(B) 166.25º 0.36% 0.52% -
XYZ 15.36 19.77 21.1 -
YUV 116.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 84 132 121 0.36 0 0.08 0.48 166.25 0.22 0.42
Hex 54 84 79 24 0 8 30 A6 16 2A
Octal 124 204 171 44 0 10 60 246 26 52
Binary 1010100 10000100 1111001 100100 0 1000 110000 10100110 10110 101010

Color Harmonies of #548479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548479

Black with #548479

Text Example


Text Example

White with #548479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548479; }

 p { color: rgb(84,132,121); }

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

background-color css

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

 a { background-color: rgb(84,132,121); }

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

border-color css

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

 span { border-color: rgb(84,132,121); }

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