#54928C

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

Shades of Half Baked #54928C

Tints of Half Baked #54928C

Color information

#54928C (or 0x54928C) is unknown color: approx Half Baked. HEX triplet: 54, 92 and 8C. RGB value is (84,146,140). Sum of RGB (Red+Green+Blue) = 84+146+140=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #54928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54928C is #AB6D73. Grayscale: #7E7E7E. Windows color (decimal): -11234676 or 9212500. OLE color: 9212500.

HSL color Cylindrical-coordinate representation of color #54928C: hue angle of 174.19º 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 #54928C is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB84146140-
CMYK0.4200.040.43
HSL174.19º26.96%45.1%-
HSV(B)174.19º42.47%57.25%-
XYZ18.6724.3428.52-
YUV126.78135.4697.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.70%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 140 (55.08% from 255) = 37.84%
R=22.70%
G=39.46%
B=37.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841461400.4200.040.43174.1926.9645.1
Hex54928C2A042Bae1b2d
Octal1242222145204532563355
Binary1010100100100101000110010101001001010111010111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54928C; }

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

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

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

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

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

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

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

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