#548A6C

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

Shades of Cutty Sark #548A6C

Tints of Cutty Sark #548A6C

Color information

#548A6C (or 0x548A6C) is unknown color: approx Cutty Sark. HEX triplet: 54, 8A and 6C. RGB value is (84,138,108). Sum of RGB (Red+Green+Blue) = 84+138+108=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 138 - color contains mainly: green. Hex color #548A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A6C is #AB7593. Grayscale: #767676. Windows color (decimal): -11236756 or 7113300. OLE color: 7113300.

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

Color convert

RGB84138108-
CMYK0.3900.220.46
HSL146.67º24.32%43.53%-
HSV(B)146.67º39.13%54.12%-
XYZ15.4521.1417.45-
YUV118.43122.11103.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 138 (54.30% from 255) = 41.82%
BLUE value IS 108 (42.58% from 255) = 32.73%
R=25.45%
G=41.82%
B=32.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841381080.3900.220.46146.6724.3243.53
Hex548A6C270162E93182c
Octal12421215447026562233054
Binary10101001000101011011001001110101101011101001001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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