Html Css Color HEX #50809F Hippie Blue

📋 copy color: '#50809F'

red 80 ◦ green 128 ◦ blue 159

#50809F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #50809F

Tints of Hippie Blue #50809F

RGB

 RED value IS 80 (31.64% from 255) = 21.8%

 GREEN value IS 128 (50.39% from 255) = 34.88%

 BLUE value IS 159 (62.5% from 255) = 43.32%

R = 21.8%
G = 34.88%
B = 43.32%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50809F (or 0x50809F) is known color: Hippie Blue. HEX triplet: 50, 80 and 9F. RGB value is (80,128,159). Sum of RGB (Red+Green+Blue) = 80+128+159=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #50809F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50809F is #AF7F60. Grayscale: #757575. Windows color (decimal): -11501409 or 10453072. OLE color: 10453072.

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

Color convert

RGB 80 128 159 -
CMYK 0.50 0.19 0 0.38
HSL 203.54º 0.33% 0.47% -
HSV(B) 203.54º 0.5% 0.62% -
XYZ 17.29 19.65 35.68 -
YUV 117.18 151.6 101.48 -
System Red Green Blue C M Y K H S L
Decimal 80 128 159 0.50 0.19 0 0.38 203.54 0.33 0.47
Hex 50 80 9F 32 13 0 26 CC 21 2F
Octal 120 200 237 62 23 0 46 314 41 57
Binary 1010000 10000000 10011111 110010 10011 0 100110 11001100 100001 101111

Color Harmonies of #50809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50809F

Black with #50809F

Text Example


Text Example

White with #50809F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50809F;
 }
 .AnyTagClassName
 {
   color: #50809F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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