#50959F

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

Shades of Half Baked #50959F

Tints of Half Baked #50959F

Color information

#50959F (or 0x50959F) is unknown color: approx Half Baked. HEX triplet: 50, 95 and 9F. RGB value is (80,149,159). Sum of RGB (Red+Green+Blue) = 80+149+159=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #50959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50959F is #AF6A60. Grayscale: #818181. Windows color (decimal): -11496033 or 10458448. OLE color: 10458448.

HSL color Cylindrical-coordinate representation of color #50959F: hue angle of 187.59º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50959F is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB80149159-
CMYK0.500.0600.38
HSL187.59º33.05%46.86%-
HSV(B)187.59º49.69%62.35%-
XYZ20.3125.736.69-
YUV129.51144.6492.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.62%
GREEN value IS 149 (58.59% from 255) = 38.40%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=20.62%
G=38.40%
B=40.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801491590.500.0600.38187.5933.0546.86
Hex50959F326026bc212f
Octal1202252376260462744157
Binary10100001001010110011111110010110010011010111100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50959F; }

 p { color: rgb(80,149,159); }

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

<style>
 a { background-color: #50959F; }

 a { background-color: rgb(80,149,159); }

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

<style>
 span { border-color: #50959F; }

 span { border-color: rgb(80,149,159); }

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