#549290

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

Shades of Half Baked #549290

Tints of Half Baked #549290

Color information

#549290 (or 0x549290) is unknown color: approx Half Baked. HEX triplet: 54, 92 and 90. RGB value is (84,146,144). Sum of RGB (Red+Green+Blue) = 84+146+144=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #549290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549290 is #AB6D6F. Grayscale: #7F7F7F. Windows color (decimal): -11234672 or 9474644. OLE color: 9474644.

HSL color Cylindrical-coordinate representation of color #549290: hue angle of 178.06º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #549290 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB84146144-
CMYK0.4200.010.43
HSL178.06º26.96%45.1%-
HSV(B)178.06º42.47%57.25%-
XYZ18.9724.4630.11-
YUV127.23137.4697.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.46%
GREEN value IS 146 (57.42% from 255) = 39.04%
BLUE value IS 144 (56.64% from 255) = 38.50%
R=22.46%
G=39.04%
B=38.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841461440.4200.010.43178.0626.9645.1
Hex5492902A012Bb21b2d
Octal1242222205201532623355
Binary10101001001001010010000101010011010111011001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549290; }

 p { color: rgb(84,146,144); }

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

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

 a { background-color: rgb(84,146,144); }

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

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

 span { border-color: rgb(84,146,144); }

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