#50959B

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

Shades of Half Baked #50959B

Tints of Half Baked #50959B

Color information

#50959B (or 0x50959B) is unknown color: approx Half Baked. HEX triplet: 50, 95 and 9B. RGB value is (80,149,155). Sum of RGB (Red+Green+Blue) = 80+149+155=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #50959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50959B is #AF6A64. Grayscale: #808080. Windows color (decimal): -11496037 or 10196304. OLE color: 10196304.

HSL color Cylindrical-coordinate representation of color #50959B: hue angle of 184.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50959B is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB80149155-
CMYK0.480.0400.39
HSL184.8º31.91%46.08%-
HSV(B)184.8º48.39%60.78%-
XYZ19.9725.5734.89-
YUV129.05142.6493.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.83%
GREEN value IS 149 (58.59% from 255) = 38.80%
BLUE value IS 155 (60.94% from 255) = 40.36%
R=20.83%
G=38.80%
B=40.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801491550.480.0400.39184.831.9146.08
Hex50959B304027b9202e
Octal1202252336040472714056
Binary10100001001010110011011110000100010011110111001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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