#548A75

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

Shades of Cutty Sark #548A75

Tints of Cutty Sark #548A75

Color information

#548A75 (or 0x548A75) is unknown color: approx Cutty Sark. HEX triplet: 54, 8A and 75. RGB value is (84,138,117). Sum of RGB (Red+Green+Blue) = 84+138+117=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 138 - color contains mainly: green. Hex color #548A75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A75 is #AB758A. Grayscale: #777777. Windows color (decimal): -11236747 or 7703124. OLE color: 7703124.

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

Color convert

RGB84138117-
CMYK0.3900.150.46
HSL156.67º24.32%43.53%-
HSV(B)156.67º39.13%54.12%-
XYZ15.9621.3520.11-
YUV119.46126.61102.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.78%
GREEN value IS 138 (54.30% from 255) = 40.71%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=24.78%
G=40.71%
B=34.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841381170.3900.150.46156.6724.3243.53
Hex548A75270F2E9d182c
Octal12421216547017562353054
Binary1010100100010101110101100111011111011101001110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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