#50899B

Color #50899B Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #50899B

Tints of Hippie Blue #50899B

Color information

#50899B (or 0x50899B) is unknown color: approx Hippie Blue. HEX triplet: 50, 89 and 9B. RGB value is (80,137,155). Sum of RGB (Red+Green+Blue) = 80+137+155=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #50899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50899B is #AF7664. Grayscale: #797979. Windows color (decimal): -11499109 or 10193232. OLE color: 10193232.

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

Color convert

RGB80137155-
CMYK0.480.1200.39
HSL194.4º31.91%46.08%-
HSV(B)194.4º48.39%60.78%-
XYZ18.1721.9634.29-
YUV122.01146.6298.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.51%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 155 (60.94% from 255) = 41.67%
R=21.51%
G=36.83%
B=41.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801371550.480.1200.39194.431.9146.08
Hex50899B30C027c2202e
Octal12021123360140473024056
Binary101000010001001100110111100001100010011111000010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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