#50858E

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

Shades of Half Baked #50858E

Tints of Half Baked #50858E

Color information

#50858E (or 0x50858E) is unknown color: approx Half Baked. HEX triplet: 50, 85 and 8E. RGB value is (80,133,142). Sum of RGB (Red+Green+Blue) = 80+133+142=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #50858E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50858E is #AF7A71. Grayscale: #767676. Windows color (decimal): -11500146 or 9340240. OLE color: 9340240.

HSL color Cylindrical-coordinate representation of color #50858E: hue angle of 188.71º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50858E is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB80133142-
CMYK0.440.0600.44
HSL188.71º27.93%43.53%-
HSV(B)188.71º43.66%55.69%-
XYZ16.5820.4328.66-
YUV118.18141.44100.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.54%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 142 (55.86% from 255) = 40%
R=22.54%
G=37.46%
B=40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801331420.440.0600.44188.7127.9343.53
Hex50858E2C602Cbd1c2c
Octal1202052165460542753454
Binary1010000100001011000111010110011001011001011110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,133,142); }

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

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

 a { background-color: rgb(80,133,142); }

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

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

 span { border-color: rgb(80,133,142); }

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