#50999B

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

Shades of Half Baked #50999B

Tints of Half Baked #50999B

Color information

#50999B (or 0x50999B) is unknown color: approx Half Baked. HEX triplet: 50, 99 and 9B. RGB value is (80,153,155). Sum of RGB (Red+Green+Blue) = 80+153+155=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #50999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50999B is #AF6664. Grayscale: #838383. Windows color (decimal): -11495013 or 10197328. OLE color: 10197328.

HSL color Cylindrical-coordinate representation of color #50999B: hue angle of 181.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50999B is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB80153155-
CMYK0.480.0100.39
HSL181.6º31.91%46.08%-
HSV(B)181.6º48.39%60.78%-
XYZ20.6226.8535.11-
YUV131.4141.3291.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.62%
GREEN value IS 153 (60.16% from 255) = 39.43%
BLUE value IS 155 (60.94% from 255) = 39.95%
R=20.62%
G=39.43%
B=39.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801531550.480.0100.39181.631.9146.08
Hex50999B301027b6202e
Octal1202312336010472664056
Binary101000010011001100110111100001010011110110110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50999B; }

 p { color: rgb(80,153,155); }

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

<style>
 a { background-color: #50999B; }

 a { background-color: rgb(80,153,155); }

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

<style>
 span { border-color: #50999B; }

 span { border-color: rgb(80,153,155); }

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