#50959A

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

Shades of Half Baked #50959A

Tints of Half Baked #50959A

Color information

#50959A (or 0x50959A) is unknown color: approx Half Baked. HEX triplet: 50, 95 and 9A. RGB value is (80,149,154). Sum of RGB (Red+Green+Blue) = 80+149+154=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 154 - color contains mainly: blue. Hex color #50959A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50959A is #AF6A65. Grayscale: #808080. Windows color (decimal): -11496038 or 10130768. OLE color: 10130768.

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

Color convert

RGB80149154-
CMYK0.480.0300.40
HSL184.05º31.62%45.88%-
HSV(B)184.05º48.05%60.39%-
XYZ19.8925.5334.45-
YUV128.94142.1493.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.89%
GREEN value IS 149 (58.59% from 255) = 38.90%
BLUE value IS 154 (60.55% from 255) = 40.21%
R=20.89%
G=38.90%
B=40.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801491540.480.0300.40184.0531.6245.88
Hex50959A303028b8202e
Octal1202252326030502704056
Binary1010000100101011001101011000011010100010111000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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