#549495

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

Shades of Half Baked #549495

Tints of Half Baked #549495

Color information

#549495 (or 0x549495) is unknown color: approx Half Baked. HEX triplet: 54, 94 and 95. RGB value is (84,148,149). Sum of RGB (Red+Green+Blue) = 84+148+149=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #549495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549495 is #AB6B6A. Grayscale: #808080. Windows color (decimal): -11234155 or 9802836. OLE color: 9802836.

HSL color Cylindrical-coordinate representation of color #549495: hue angle of 180.92º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549495 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB84148149-
CMYK0.440.0100.42
HSL180.92º27.9%45.69%-
HSV(B)180.92º43.62%58.43%-
XYZ19.6725.2332.27-
YUV128.98139.395.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.05%
GREEN value IS 148 (58.20% from 255) = 38.85%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=22.05%
G=38.85%
B=39.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841481490.440.0100.42180.9227.945.69
Hex5494952C102Ab51c2e
Octal1242242255410522653456
Binary10101001001010010010101101100101010101011010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549495; }

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

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

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

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

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

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

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

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