#549699

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

Shades of Half Baked #549699

Tints of Half Baked #549699

Color information

#549699 (or 0x549699) is unknown color: approx Half Baked. HEX triplet: 54, 96 and 99. RGB value is (84,150,153). Sum of RGB (Red+Green+Blue) = 84+150+153=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #549699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549699 is #AB6966. Grayscale: #828282. Windows color (decimal): -11233639 or 10065492. OLE color: 10065492.

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

Color convert

RGB84150153-
CMYK0.450.0200.4
HSL182.61º29.11%46.47%-
HSV(B)182.61º45.1%60%-
XYZ20.312634.08-
YUV130.61140.6394.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.71%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 153 (60.16% from 255) = 39.53%
R=21.71%
G=38.76%
B=39.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal841501530.450.0200.4182.6129.1146.47
Hex5496992D2028b71d2e
Octal1242262315520502673556
Binary101010010010110100110011011011001010001011011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549699; }

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

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

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

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

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

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

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

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