#50889B

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

Shades of Hippie Blue #50889B

Tints of Hippie Blue #50889B

Color information

#50889B (or 0x50889B) is unknown color: approx Hippie Blue. HEX triplet: 50, 88 and 9B. RGB value is (80,136,155). Sum of RGB (Red+Green+Blue) = 80+136+155=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #50889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50889B is #AF7764. Grayscale: #797979. Windows color (decimal): -11499365 or 10192976. OLE color: 10192976.

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

Color convert

RGB80136155-
CMYK0.480.1200.39
HSL195.2º31.91%46.08%-
HSV(B)195.2º48.39%60.78%-
XYZ18.0321.6834.24-
YUV121.42146.9598.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=21.56%
G=36.66%
B=41.78%

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
Decimal801361550.480.1200.39195.231.9146.08
Hex50889B30C027c3202e
Octal12021023360140473034056
Binary101000010001000100110111100001100010011111000011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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