#50919A

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

Shades of Half Baked #50919A

Tints of Half Baked #50919A

Color information

#50919A (or 0x50919A) is unknown color: approx Half Baked. HEX triplet: 50, 91 and 9A. RGB value is (80,145,154). Sum of RGB (Red+Green+Blue) = 80+145+154=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 154 - color contains mainly: blue. Hex color #50919A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50919A is #AF6E65. Grayscale: #7E7E7E. Windows color (decimal): -11497062 or 10129744. OLE color: 10129744.

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

Color convert

RGB80145154-
CMYK0.480.0600.40
HSL187.3º31.62%45.88%-
HSV(B)187.3º48.05%60.39%-
XYZ19.2724.2934.24-
YUV126.59143.4794.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.11%
GREEN value IS 145 (57.03% from 255) = 38.26%
BLUE value IS 154 (60.55% from 255) = 40.63%
R=21.11%
G=38.26%
B=40.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801451540.480.0600.40187.331.6245.88
Hex50919A306028bb202e
Octal1202212326060502734056
Binary10100001001000110011010110000110010100010111011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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