#548A78

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

Shades of Cutty Sark #548A78

Tints of Cutty Sark #548A78

Color information

#548A78 (or 0x548A78) is unknown color: approx Cutty Sark. HEX triplet: 54, 8A and 78. RGB value is (84,138,120). Sum of RGB (Red+Green+Blue) = 84+138+120=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 138 - color contains mainly: green. Hex color #548A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A78 is #AB7587. Grayscale: #777777. Windows color (decimal): -11236744 or 7899732. OLE color: 7899732.

HSL color Cylindrical-coordinate representation of color #548A78: hue angle of 160º 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 #548A78 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB84138120-
CMYK0.3900.130.46
HSL160º24.32%43.53%-
HSV(B)160º39.13%54.12%-
XYZ16.1321.4221.05-
YUV119.8128.11102.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.56%
GREEN value IS 138 (54.30% from 255) = 40.35%
BLUE value IS 120 (47.27% from 255) = 35.09%
R=24.56%
G=40.35%
B=35.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841381200.3900.130.4616024.3243.53
Hex548A78270D2Ea0182c
Octal12421217047015562403054
Binary1010100100010101111000100111011011011101010000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #548A78;
 }
 .AnyTagClassName
 {
   color: #548A78;
 }
</style>
background-color css

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

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

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

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

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

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