#548875

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

Shades of Cutty Sark #548875

Tints of Cutty Sark #548875

Color information

#548875 (or 0x548875) is unknown color: approx Cutty Sark. HEX triplet: 54, 88 and 75. RGB value is (84,136,117). Sum of RGB (Red+Green+Blue) = 84+136+117=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #548875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548875 is #AB778A. Grayscale: #767676. Windows color (decimal): -11237259 or 7702612. OLE color: 7702612.

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

Color convert

RGB84136117-
CMYK0.3800.140.47
HSL158.08º23.64%43.14%-
HSV(B)158.08º38.24%53.33%-
XYZ15.6720.7820.01-
YUV118.29127.27103.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.93%
GREEN value IS 136 (53.52% from 255) = 40.36%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=24.93%
G=40.36%
B=34.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841361170.3800.140.47158.0823.6443.14
Hex548875260E2F9e182b
Octal12421016546016572363053
Binary1010100100010001110101100110011101011111001111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548875; }

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

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

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

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

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

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

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

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