#50929F

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

Shades of Hippie Blue #50929F

Tints of Hippie Blue #50929F

Color information

#50929F (or 0x50929F) is unknown color: approx Hippie Blue. HEX triplet: 50, 92 and 9F. RGB value is (80,146,159). Sum of RGB (Red+Green+Blue) = 80+146+159=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #50929F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50929F is #AF6D60. Grayscale: #7F7F7F. Windows color (decimal): -11496801 or 10457680. OLE color: 10457680.

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

Color convert

RGB80146159-
CMYK0.500.0800.38
HSL189.87º33.05%46.86%-
HSV(B)189.87º49.69%62.35%-
XYZ19.8524.7736.54-
YUV127.75145.6393.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.78%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=20.78%
G=37.92%
B=41.30%

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
Decimal801461590.500.0800.38189.8733.0546.86
Hex50929F328026be212f
Octal12022223762100462764157
Binary101000010010010100111111100101000010011010111110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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