#548B75

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

Shades of Cutty Sark #548B75

Tints of Cutty Sark #548B75

Color information

#548B75 (or 0x548B75) is unknown color: approx Cutty Sark. HEX triplet: 54, 8B and 75. RGB value is (84,139,117). Sum of RGB (Red+Green+Blue) = 84+139+117=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #548B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548B75 is #AB748A. Grayscale: #787878. Windows color (decimal): -11236491 or 7703380. OLE color: 7703380.

HSL color Cylindrical-coordinate representation of color #548B75: hue angle of 156º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548B75 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB84139117-
CMYK0.4000.160.45
HSL156º24.66%43.73%-
HSV(B)156º39.57%54.51%-
XYZ16.121.6320.16-
YUV120.05126.28102.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.71%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 117 (46.09% from 255) = 34.41%
R=24.71%
G=40.88%
B=34.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841391170.4000.160.4515624.6643.73
Hex548B75280102D9c192c
Octal12421316550020552343154
Binary10101001000101111101011010000100001011011001110011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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