#50979A

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

Shades of Half Baked #50979A

Tints of Half Baked #50979A

Color information

#50979A (or 0x50979A) is unknown color: approx Half Baked. HEX triplet: 50, 97 and 9A. RGB value is (80,151,154). Sum of RGB (Red+Green+Blue) = 80+151+154=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #50979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50979A is #AF6865. Grayscale: #828282. Windows color (decimal): -11495526 or 10131280. OLE color: 10131280.

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

Color convert

RGB80151154-
CMYK0.480.0200.40
HSL182.43º31.62%45.88%-
HSV(B)182.43º48.05%60.39%-
XYZ20.2126.1734.56-
YUV130.11141.4892.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.78%
GREEN value IS 151 (59.38% from 255) = 39.22%
BLUE value IS 154 (60.55% from 255) = 40%
R=20.78%
G=39.22%
B=40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801511540.480.0200.40182.4331.6245.88
Hex50979A302028b6202e
Octal1202272326020502664056
Binary1010000100101111001101011000010010100010110110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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