#548994

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

Shades of Half Baked #548994

Tints of Half Baked #548994

Color information

#548994 (or 0x548994) is unknown color: approx Half Baked. HEX triplet: 54, 89 and 94. RGB value is (84,137,148). Sum of RGB (Red+Green+Blue) = 84+137+148=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #548994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548994 is #AB766B. Grayscale: #7A7A7A. Windows color (decimal): -11236972 or 9734484. OLE color: 9734484.

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

Color convert

RGB84137148-
CMYK0.430.0700.42
HSL190.31º27.59%45.49%-
HSV(B)190.31º43.24%58.04%-
XYZ17.9521.9131.3-
YUV122.41142.44100.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.76%
GREEN value IS 137 (53.91% from 255) = 37.13%
BLUE value IS 148 (58.20% from 255) = 40.11%
R=22.76%
G=37.13%
B=40.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841371480.430.0700.42190.3127.5945.49
Hex5489942B702Abe1c2d
Octal1242112245370522763455
Binary1010100100010011001010010101111101010101011111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548994; }

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

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

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

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

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

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

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

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