#50949C

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

Shades of Half Baked #50949C

Tints of Half Baked #50949C

Color information

#50949C (or 0x50949C) is unknown color: approx Half Baked. HEX triplet: 50, 94 and 9C. RGB value is (80,148,156). Sum of RGB (Red+Green+Blue) = 80+148+156=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #50949C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50949C is #AF6B63. Grayscale: #808080. Windows color (decimal): -11496292 or 10261584. OLE color: 10261584.

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

Color convert

RGB80148156-
CMYK0.490.0500.39
HSL186.32º32.2%46.27%-
HSV(B)186.32º48.72%61.18%-
XYZ19.925.2935.28-
YUV128.58143.4793.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.83%
GREEN value IS 148 (58.20% from 255) = 38.54%
BLUE value IS 156 (61.33% from 255) = 40.62%
R=20.83%
G=38.54%
B=40.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801481560.490.0500.39186.3232.246.27
Hex50949C315027ba202e
Octal1202242346150472724056
Binary10100001001010010011100110001101010011110111010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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