#50909F

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

Shades of Hippie Blue #50909F

Tints of Hippie Blue #50909F

Color information

#50909F (or 0x50909F) is unknown color: approx Hippie Blue. HEX triplet: 50, 90 and 9F. RGB value is (80,144,159). Sum of RGB (Red+Green+Blue) = 80+144+159=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #50909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50909F is #AF6F60. Grayscale: #7E7E7E. Windows color (decimal): -11497313 or 10457168. OLE color: 10457168.

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

Color convert

RGB80144159-
CMYK0.500.0900.38
HSL191.39º33.05%46.86%-
HSV(B)191.39º49.69%62.35%-
XYZ19.5424.1636.43-
YUV126.57146.394.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.89%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=20.89%
G=37.60%
B=41.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801441590.500.0900.38191.3933.0546.86
Hex50909F329026bf212f
Octal12022023762110462774157
Binary101000010010000100111111100101001010011010111111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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