#549599

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

Shades of Half Baked #549599

Tints of Half Baked #549599

Color information

#549599 (or 0x549599) is unknown color: approx Half Baked. HEX triplet: 54, 95 and 99. RGB value is (84,149,153). Sum of RGB (Red+Green+Blue) = 84+149+153=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 153 - color contains mainly: blue. Hex color #549599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549599 is #AB6A66. Grayscale: #818181. Windows color (decimal): -11233895 or 10065236. OLE color: 10065236.

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

Color convert

RGB84149153-
CMYK0.450.0300.4
HSL183.48º29.11%46.47%-
HSV(B)183.48º45.1%60%-
XYZ20.1525.6834.03-
YUV130.02140.9795.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.76%
GREEN value IS 149 (58.59% from 255) = 38.60%
BLUE value IS 153 (60.16% from 255) = 39.64%
R=21.76%
G=38.60%
B=39.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal841491530.450.0300.4183.4829.1146.47
Hex5495992D3028b71d2e
Octal1242252315530502673556
Binary101010010010101100110011011011101010001011011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549599; }

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

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

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

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

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

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

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

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