#549399

Color #549399 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #549399

Tints of Half Baked #549399

Color information

#549399 (or 0x549399) is unknown color: approx Half Baked. HEX triplet: 54, 93 and 99. RGB value is (84,147,153). Sum of RGB (Red+Green+Blue) = 84+147+153=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #549399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549399 is #AB6C66. Grayscale: #808080. Windows color (decimal): -11234407 or 10064724. OLE color: 10064724.

HSL color Cylindrical-coordinate representation of color #549399: hue angle of 185.22º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549399 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB84147153-
CMYK0.450.0400.4
HSL185.22º29.11%46.47%-
HSV(B)185.22º45.1%60%-
XYZ19.8425.0533.93-
YUV128.85141.6396.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.88%
GREEN value IS 147 (57.81% from 255) = 38.28%
BLUE value IS 153 (60.16% from 255) = 39.84%
R=21.88%
G=38.28%
B=39.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal841471530.450.0400.4185.2229.1146.47
Hex5493992D4028b91d2e
Octal1242232315540502713556
Binary1010100100100111001100110110110001010001011100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549399; }

 p { color: rgb(84,147,153); }

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

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

 a { background-color: rgb(84,147,153); }

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

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

 span { border-color: rgb(84,147,153); }

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