#50929B

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

Shades of Half Baked #50929B

Tints of Half Baked #50929B

Color information

#50929B (or 0x50929B) is unknown color: approx Half Baked. HEX triplet: 50, 92 and 9B. RGB value is (80,146,155). Sum of RGB (Red+Green+Blue) = 80+146+155=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #50929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50929B is #AF6D64. Grayscale: #7F7F7F. Windows color (decimal): -11496805 or 10195536. OLE color: 10195536.

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

Color convert

RGB80146155-
CMYK0.480.0600.39
HSL187.2º31.91%46.08%-
HSV(B)187.2º48.39%60.78%-
XYZ19.524.6334.74-
YUV127.29143.6394.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.00%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=21.00%
G=38.32%
B=40.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801461550.480.0600.39187.231.9146.08
Hex50929B306027bb202e
Octal1202222336060472734056
Binary10100001001001010011011110000110010011110111011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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