#548675

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

Shades of Cutty Sark #548675

Tints of Cutty Sark #548675

Color information

#548675 (or 0x548675) is unknown color: approx Cutty Sark. HEX triplet: 54, 86 and 75. RGB value is (84,134,117). Sum of RGB (Red+Green+Blue) = 84+134+117=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #548675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548675 is #AB798A. Grayscale: #757575. Windows color (decimal): -11237771 or 7702100. OLE color: 7702100.

HSL color Cylindrical-coordinate representation of color #548675: hue angle of 159.6º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #548675 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB84134117-
CMYK0.3700.130.47
HSL159.6º22.94%42.75%-
HSV(B)159.6º37.31%52.55%-
XYZ15.3920.2219.92-
YUV117.11127.94104.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.07%
GREEN value IS 134 (52.73% from 255) = 40%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=25.07%
G=40%
B=34.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841341170.3700.130.47159.622.9442.75
Hex548675250D2Fa0172b
Octal12420616545015572402753
Binary1010100100001101110101100101011011011111010000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548675; }

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

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

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

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

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

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

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

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