#548A6B

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

Shades of Cutty Sark #548A6B

Tints of Cutty Sark #548A6B

Color information

#548A6B (or 0x548A6B) is unknown color: approx Cutty Sark. HEX triplet: 54, 8A and 6B. RGB value is (84,138,107). Sum of RGB (Red+Green+Blue) = 84+138+107=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 138 - color contains mainly: green. Hex color #548A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A6B is #AB7594. Grayscale: #767676. Windows color (decimal): -11236757 or 7047764. OLE color: 7047764.

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

Color convert

RGB84138107-
CMYK0.3900.220.46
HSL145.56º24.32%43.53%-
HSV(B)145.56º39.13%54.12%-
XYZ15.421.1217.18-
YUV118.32121.61103.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.53%
GREEN value IS 138 (54.30% from 255) = 41.95%
BLUE value IS 107 (42.19% from 255) = 32.52%
R=25.53%
G=41.95%
B=32.52%

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
Decimal841381070.3900.220.46145.5624.3243.53
Hex548A6B270162E92182c
Octal12421215347026562223054
Binary10101001000101011010111001110101101011101001001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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