Html Css Color HEX #50819F Hippie Blue

📋 copy color: '#50819F'

red 80 ◦ green 129 ◦ blue 159

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

Shades of Hippie Blue #50819F

Tints of Hippie Blue #50819F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.05%

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

R = 21.74%
G = 35.05%
B = 43.21%

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

#50819F (or 0x50819F) is known color: Hippie Blue. HEX triplet: 50, 81 and 9F. RGB value is (80,129,159). Sum of RGB (Red+Green+Blue) = 80+129+159=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #50819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50819F is #AF7E60. Grayscale: #757575. Windows color (decimal): -11501153 or 10453328. OLE color: 10453328.

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

Color convert

RGB 80 129 159 -
CMYK 0.50 0.19 0 0.38
HSL 202.78º 0.33% 0.47% -
HSV(B) 202.78º 0.5% 0.62% -
XYZ 17.42 19.91 35.73 -
YUV 117.77 151.27 101.06 -
System Red Green Blue C M Y K H S L
Decimal 80 129 159 0.50 0.19 0 0.38 202.78 0.33 0.47
Hex 50 81 9F 32 13 0 26 CB 21 2F
Octal 120 201 237 62 23 0 46 313 41 57
Binary 1010000 10000001 10011111 110010 10011 0 100110 11001011 100001 101111

Color Harmonies of #50819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50819F

Black with #50819F

Text Example


Text Example

White with #50819F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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