#50949E

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

Shades of Half Baked #50949E

Tints of Half Baked #50949E

Color information

#50949E (or 0x50949E) is unknown color: approx Half Baked. HEX triplet: 50, 94 and 9E. RGB value is (80,148,158). Sum of RGB (Red+Green+Blue) = 80+148+158=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #50949E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50949E is #AF6B61. Grayscale: #808080. Windows color (decimal): -11496290 or 10392656. OLE color: 10392656.

HSL color Cylindrical-coordinate representation of color #50949E: hue angle of 187.69º 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 #50949E is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB80148158-
CMYK0.490.0600.38
HSL187.69º32.77%46.67%-
HSV(B)187.69º49.37%61.96%-
XYZ20.0725.3536.18-
YUV128.81144.4793.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.73%
GREEN value IS 148 (58.20% from 255) = 38.34%
BLUE value IS 158 (62.11% from 255) = 40.93%
R=20.73%
G=38.34%
B=40.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801481580.490.0600.38187.6932.7746.67
Hex50949E316026bc212f
Octal1202242366160462744157
Binary10100001001010010011110110001110010011010111100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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