#50969F

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

Shades of Half Baked #50969F

Tints of Half Baked #50969F

Color information

#50969F (or 0x50969F) is unknown color: approx Half Baked. HEX triplet: 50, 96 and 9F. RGB value is (80,150,159). Sum of RGB (Red+Green+Blue) = 80+150+159=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #50969F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50969F is #AF6960. Grayscale: #818181. Windows color (decimal): -11495777 or 10458704. OLE color: 10458704.

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

Color convert

RGB80150159-
CMYK0.500.0600.38
HSL186.84º33.05%46.86%-
HSV(B)186.84º49.69%62.35%-
XYZ20.4726.0236.74-
YUV130.1144.3192.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.57%
GREEN value IS 150 (58.98% from 255) = 38.56%
BLUE value IS 159 (62.5% from 255) = 40.87%
R=20.57%
G=38.56%
B=40.87%

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
Decimal801501590.500.0600.38186.8433.0546.86
Hex50969F326026bb212f
Octal1202262376260462734157
Binary10100001001011010011111110010110010011010111011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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