#549998

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

Shades of Half Baked #549998

Tints of Half Baked #549998

Color information

#549998 (or 0x549998) is unknown color: approx Half Baked. HEX triplet: 54, 99 and 98. RGB value is (84,153,152). Sum of RGB (Red+Green+Blue) = 84+153+152=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #549998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549998 is #AB6667. Grayscale: #848484. Windows color (decimal): -11232872 or 10000724. OLE color: 10000724.

HSL color Cylindrical-coordinate representation of color #549998: hue angle of 179.13º 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 #549998 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB84153152-
CMYK0.4500.010.4
HSL179.13º29.11%46.47%-
HSV(B)179.13º45.1%60%-
XYZ20.7126.9333.81-
YUV132.26139.1493.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.59%
GREEN value IS 153 (60.16% from 255) = 39.33%
BLUE value IS 152 (59.77% from 255) = 39.07%
R=21.59%
G=39.33%
B=39.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal841531520.4500.010.4179.1329.1146.47
Hex5499982D0128b31d2e
Octal1242312305501502633556
Binary10101001001100110011000101101011010001011001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549998; }

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

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

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

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

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

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

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

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