#549793

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

Shades of Half Baked #549793

Tints of Half Baked #549793

Color information

#549793 (or 0x549793) is unknown color: approx Half Baked. HEX triplet: 54, 97 and 93. RGB value is (84,151,147). Sum of RGB (Red+Green+Blue) = 84+151+147=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 151 - color contains mainly: green. Hex color #549793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549793 is #AB686C. Grayscale: #828282. Windows color (decimal): -11233389 or 9672532. OLE color: 9672532.

HSL color Cylindrical-coordinate representation of color #549793: hue angle of 176.42º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549793 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB84151147-
CMYK0.4400.030.41
HSL176.42º28.51%46.08%-
HSV(B)176.42º44.37%59.22%-
XYZ19.9926.1231.59-
YUV130.51137.394.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.99%
GREEN value IS 151 (59.38% from 255) = 39.53%
BLUE value IS 147 (57.81% from 255) = 38.48%
R=21.99%
G=39.53%
B=38.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841511470.4400.030.41176.4228.5146.08
Hex5497932C0329b01d2e
Octal1242272235403512603556
Binary101010010010111100100111011000111010011011000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549793; }

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

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

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

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

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

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

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

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