#55928C

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

Shades of Half Baked #55928C

Tints of Half Baked #55928C

Color information

#55928C (or 0x55928C) is unknown color: approx Half Baked. HEX triplet: 55, 92 and 8C. RGB value is (85,146,140). Sum of RGB (Red+Green+Blue) = 85+146+140=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #55928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55928C is #AA6D73. Grayscale: #7F7F7F. Windows color (decimal): -11169140 or 9212501. OLE color: 9212501.

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

Color convert

RGB85146140-
CMYK0.4200.040.43
HSL174.1º26.41%45.29%-
HSV(B)174.1º41.78%57.25%-
XYZ18.7624.3828.53-
YUV127.08135.2997.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.91%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=22.91%
G=39.35%
B=37.74%

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
Decimal851461400.4200.040.43174.126.4145.29
Hex55928C2A042Bae1a2d
Octal1252222145204532563255
Binary1010101100100101000110010101001001010111010111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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