#54928E

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

Shades of Half Baked #54928E

Tints of Half Baked #54928E

Color information

#54928E (or 0x54928E) is unknown color: approx Half Baked. HEX triplet: 54, 92 and 8E. RGB value is (84,146,142). Sum of RGB (Red+Green+Blue) = 84+146+142=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #54928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54928E is #AB6D71. Grayscale: #7E7E7E. Windows color (decimal): -11234674 or 9343572. OLE color: 9343572.

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

Color convert

RGB84146142-
CMYK0.4200.030.43
HSL176.13º26.96%45.1%-
HSV(B)176.13º42.47%57.25%-
XYZ18.8224.429.31-
YUV127.01136.4697.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.58%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 142 (55.86% from 255) = 38.17%
R=22.58%
G=39.25%
B=38.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841461420.4200.030.43176.1326.9645.1
Hex54928E2A032Bb01b2d
Octal1242222165203532603355
Binary101010010010010100011101010100111010111011000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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