#548479

Color #548479 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #548479

Tints of Cutty Sark #548479

Color information

#548479 (or 0x548479) is unknown color: approx 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

RGB84132121-
CMYK0.3600.080.48
HSL166.25º22.22%42.35%-
HSV(B)166.25º36.36%51.76%-
XYZ15.3619.7721.1-
YUV116.39130.6104.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% 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 (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841321210.3600.080.48166.2522.2242.35
Hex548479240830a6162a
Octal12420417144010602462652
Binary1010100100001001111001100100010001100001010011010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>