#548F7A

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

Shades of Cutty Sark #548F7A

Tints of Cutty Sark #548F7A

Color information

#548F7A (or 0x548F7A) is unknown color: approx Cutty Sark. HEX triplet: 54, 8F and 7A. RGB value is (84,143,122). Sum of RGB (Red+Green+Blue) = 84+143+122=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 143 - color contains mainly: green. Hex color #548F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548F7A is #AB7085. Grayscale: #7A7A7A. Windows color (decimal): -11235462 or 8032084. OLE color: 8032084.

HSL color Cylindrical-coordinate representation of color #548F7A: hue angle of 158.64º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #548F7A is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB84143122-
CMYK0.4100.150.44
HSL158.64º25.99%44.51%-
HSV(B)158.64º41.26%56.08%-
XYZ16.9922.9321.94-
YUV122.96127.45100.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.07%
GREEN value IS 143 (56.25% from 255) = 40.97%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=24.07%
G=40.97%
B=34.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841431220.4100.150.44158.6425.9944.51
Hex548F7A290F2C9f1a2d
Octal12421717251017542373255
Binary1010100100011111111010101001011111011001001111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,143,122); }

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

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

 a { background-color: rgb(84,143,122); }

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

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

 span { border-color: rgb(84,143,122); }

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