#50869A

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

Shades of Hippie Blue #50869A

Tints of Hippie Blue #50869A

Color information

#50869A (or 0x50869A) is unknown color: approx Hippie Blue. HEX triplet: 50, 86 and 9A. RGB value is (80,134,154). Sum of RGB (Red+Green+Blue) = 80+134+154=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #50869A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50869A is #AF7965. Grayscale: #787878. Windows color (decimal): -11499878 or 10126928. OLE color: 10126928.

HSL color Cylindrical-coordinate representation of color #50869A: hue angle of 196.22º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50869A is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB80134154-
CMYK0.480.1300.40
HSL196.22º31.62%45.88%-
HSV(B)196.22º48.05%60.39%-
XYZ17.6721.0933.71-
YUV120.13147.1199.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.74%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 154 (60.55% from 255) = 41.85%
R=21.74%
G=36.41%
B=41.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801341540.480.1300.40196.2231.6245.88
Hex50869A30D028c4202e
Octal12020623260150503044056
Binary101000010000110100110101100001101010100011000100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50869A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50869A; }

 p { color: rgb(80,134,154); }

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

<style>
 a { background-color: #50869A; }

 a { background-color: rgb(80,134,154); }

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

<style>
 span { border-color: #50869A; }

 span { border-color: rgb(80,134,154); }

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