#50909E

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

Shades of Hippie Blue #50909E

Tints of Hippie Blue #50909E

Color information

#50909E (or 0x50909E) is unknown color: approx Hippie Blue. HEX triplet: 50, 90 and 9E. RGB value is (80,144,158). Sum of RGB (Red+Green+Blue) = 80+144+158=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #50909E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50909E is #AF6F61. Grayscale: #7E7E7E. Windows color (decimal): -11497314 or 10391632. OLE color: 10391632.

HSL color Cylindrical-coordinate representation of color #50909E: hue angle of 190.77º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50909E is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB80144158-
CMYK0.490.0900.38
HSL190.77º32.77%46.67%-
HSV(B)190.77º49.37%61.96%-
XYZ19.4524.1235.98-
YUV126.46145.894.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.94%
GREEN value IS 144 (56.64% from 255) = 37.70%
BLUE value IS 158 (62.11% from 255) = 41.36%
R=20.94%
G=37.70%
B=41.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801441580.490.0900.38190.7732.7746.67
Hex50909E319026bf212f
Octal12022023661110462774157
Binary101000010010000100111101100011001010011010111111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50909E; }

 p { color: rgb(80,144,158); }

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

<style>
 a { background-color: #50909E; }

 a { background-color: rgb(80,144,158); }

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

<style>
 span { border-color: #50909E; }

 span { border-color: rgb(80,144,158); }

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