#50929A

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

Shades of Half Baked #50929A

Tints of Half Baked #50929A

Color information

#50929A (or 0x50929A) is unknown color: approx Half Baked. HEX triplet: 50, 92 and 9A. RGB value is (80,146,154). Sum of RGB (Red+Green+Blue) = 80+146+154=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 154 - color contains mainly: blue. Hex color #50929A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50929A is #AF6D65. Grayscale: #7F7F7F. Windows color (decimal): -11496806 or 10130000. OLE color: 10130000.

HSL color Cylindrical-coordinate representation of color #50929A: hue angle of 186.49º 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 #50929A is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB80146154-
CMYK0.480.0500.40
HSL186.49º31.62%45.88%-
HSV(B)186.49º48.05%60.39%-
XYZ19.4224.634.3-
YUV127.18143.1394.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.05%
GREEN value IS 146 (57.42% from 255) = 38.42%
BLUE value IS 154 (60.55% from 255) = 40.53%
R=21.05%
G=38.42%
B=40.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801461540.480.0500.40186.4931.6245.88
Hex50929A305028ba202e
Octal1202222326050502724056
Binary10100001001001010011010110000101010100010111010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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