#549997

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

Shades of Half Baked #549997

Tints of Half Baked #549997

Color information

#549997 (or 0x549997) is unknown color: approx Half Baked. HEX triplet: 54, 99 and 97. RGB value is (84,153,151). Sum of RGB (Red+Green+Blue) = 84+153+151=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 153 - color contains mainly: green. Hex color #549997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549997 is #AB6668. Grayscale: #848484. Windows color (decimal): -11232873 or 9935188. OLE color: 9935188.

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

Color convert

RGB84153151-
CMYK0.4500.010.4
HSL178.26º29.11%46.47%-
HSV(B)178.26º45.1%60%-
XYZ20.6326.933.38-
YUV132.14138.6493.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.65%
GREEN value IS 153 (60.16% from 255) = 39.43%
BLUE value IS 151 (59.38% from 255) = 38.92%
R=21.65%
G=39.43%
B=38.92%

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
Decimal841531510.4500.010.4178.2629.1146.47
Hex5499972D0128b21d2e
Octal1242312275501502623556
Binary10101001001100110010111101101011010001011001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549997; }

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

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

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

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

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

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

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

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