#50939F

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

Shades of Hippie Blue #50939F

Tints of Hippie Blue #50939F

Color information

#50939F (or 0x50939F) is unknown color: approx Hippie Blue. HEX triplet: 50, 93 and 9F. RGB value is (80,147,159). Sum of RGB (Red+Green+Blue) = 80+147+159=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #50939F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50939F is #AF6C60. Grayscale: #808080. Windows color (decimal): -11496545 or 10457936. OLE color: 10457936.

HSL color Cylindrical-coordinate representation of color #50939F: hue angle of 189.11º 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 #50939F is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB80147159-
CMYK0.500.0800.38
HSL189.11º33.05%46.86%-
HSV(B)189.11º49.69%62.35%-
XYZ2025.0836.59-
YUV128.34145.393.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.73%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 159 (62.5% from 255) = 41.19%
R=20.73%
G=38.08%
B=41.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801471590.500.0800.38189.1133.0546.86
Hex50939F328026bd212f
Octal12022323762100462754157
Binary101000010010011100111111100101000010011010111101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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