#50809D

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

Shades of Hippie Blue #50809D

Tints of Hippie Blue #50809D

Color information

#50809D (or 0x50809D) is unknown color: approx Hippie Blue. HEX triplet: 50, 80 and 9D. RGB value is (80,128,157). Sum of RGB (Red+Green+Blue) = 80+128+157=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #50809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50809D is #AF7F62. Grayscale: #747474. Windows color (decimal): -11501411 or 10322000. OLE color: 10322000.

HSL color Cylindrical-coordinate representation of color #50809D: hue angle of 202.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50809D is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB80128157-
CMYK0.490.1800.38
HSL202.6º32.49%46.47%-
HSV(B)202.6º49.04%61.57%-
XYZ17.1119.5834.78-
YUV116.95150.6101.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 157 (61.72% from 255) = 43.01%
R=21.92%
G=35.07%
B=43.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801281570.490.1800.38202.632.4946.47
Hex50809D3112026cb202e
Octal12020023561220463134056
Binary1010000100000001001110111000110010010011011001011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50809D; }

 p { color: rgb(80,128,157); }

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

<style>
 a { background-color: #50809D; }

 a { background-color: rgb(80,128,157); }

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

<style>
 span { border-color: #50809D; }

 span { border-color: rgb(80,128,157); }

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