#50969E

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

Shades of Half Baked #50969E

Tints of Half Baked #50969E

Color information

#50969E (or 0x50969E) is unknown color: approx Half Baked. HEX triplet: 50, 96 and 9E. RGB value is (80,150,158). Sum of RGB (Red+Green+Blue) = 80+150+158=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #50969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50969E is #AF6961. Grayscale: #818181. Windows color (decimal): -11495778 or 10393168. OLE color: 10393168.

HSL color Cylindrical-coordinate representation of color #50969E: hue angle of 186.15º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50969E is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB80150158-
CMYK0.490.0500.38
HSL186.15º32.77%46.67%-
HSV(B)186.15º49.37%61.96%-
XYZ20.3925.9936.29-
YUV129.98143.8192.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.62%
GREEN value IS 150 (58.98% from 255) = 38.66%
BLUE value IS 158 (62.11% from 255) = 40.72%
R=20.62%
G=38.66%
B=40.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801501580.490.0500.38186.1532.7746.67
Hex50969E315026ba212f
Octal1202262366150462724157
Binary10100001001011010011110110001101010011010111010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,150,158); }

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

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

 a { background-color: rgb(80,150,158); }

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

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

 span { border-color: rgb(80,150,158); }

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