#50819A

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

Shades of Hippie Blue #50819A

Tints of Hippie Blue #50819A

Color information

#50819A (or 0x50819A) is unknown color: approx Hippie Blue. HEX triplet: 50, 81 and 9A. RGB value is (80,129,154). Sum of RGB (Red+Green+Blue) = 80+129+154=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 154 - color contains mainly: blue. Hex color #50819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50819A is #AF7E65. Grayscale: #757575. Windows color (decimal): -11501158 or 10125648. OLE color: 10125648.

HSL color Cylindrical-coordinate representation of color #50819A: hue angle of 200.27º 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 #50819A is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB80129154-
CMYK0.480.1600.40
HSL200.27º31.62%45.88%-
HSV(B)200.27º48.05%60.39%-
XYZ16.9919.7433.49-
YUV117.2148.77101.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.04%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 154 (60.55% from 255) = 42.42%
R=22.04%
G=35.54%
B=42.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801291540.480.1600.40200.2731.6245.88
Hex50819A3010028c8202e
Octal12020123260200503104056
Binary1010000100000011001101011000010000010100011001000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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