#548A6A

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

Shades of Cutty Sark #548A6A

Tints of Cutty Sark #548A6A

Color information

#548A6A (or 0x548A6A) is unknown color: approx Cutty Sark. HEX triplet: 54, 8A and 6A. RGB value is (84,138,106). Sum of RGB (Red+Green+Blue) = 84+138+106=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 138 - color contains mainly: green. Hex color #548A6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A6A is #AB7595. Grayscale: #767676. Windows color (decimal): -11236758 or 6982228. OLE color: 6982228.

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

Color convert

RGB84138106-
CMYK0.3900.230.46
HSL144.44º24.32%43.53%-
HSV(B)144.44º39.13%54.12%-
XYZ15.3521.116.9-
YUV118.21121.11103.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.61%
GREEN value IS 138 (54.30% from 255) = 42.07%
BLUE value IS 106 (41.80% from 255) = 32.32%
R=25.61%
G=42.07%
B=32.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841381060.3900.230.46144.4424.3243.53
Hex548A6A270172E90182c
Octal12421215247027562203054
Binary10101001000101011010101001110101111011101001000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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