#55929E

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

Shades of Half Baked #55929E

Tints of Half Baked #55929E

Color information

#55929E (or 0x55929E) is unknown color: approx Half Baked. HEX triplet: 55, 92 and 9E. RGB value is (85,146,158). Sum of RGB (Red+Green+Blue) = 85+146+158=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #55929E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55929E is #AA6D61. Grayscale: #818181. Windows color (decimal): -11169122 or 10392149. OLE color: 10392149.

HSL color Cylindrical-coordinate representation of color #55929E: hue angle of 189.86º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55929E is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85146158-
CMYK0.460.0800.38
HSL189.86º30.04%47.65%-
HSV(B)189.86º46.2%61.96%-
XYZ20.224.9636.1-
YUV129.13144.2996.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.85%
GREEN value IS 146 (57.42% from 255) = 37.53%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=21.85%
G=37.53%
B=40.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851461580.460.0800.38189.8630.0447.65
Hex55929E2E8026be1e30
Octal12522223656100462763660
Binary10101011001001010011110101110100001001101011111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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