Html Css Color HEX #50919F Hippie Blue

📋 copy color: '#50919F'

red 80 ◦ green 145 ◦ blue 159

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

Shades of Hippie Blue #50919F

Tints of Hippie Blue #50919F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.76%

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

R = 20.83%
G = 37.76%
B = 41.41%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50919F (or 0x50919F) is known color: Hippie Blue. HEX triplet: 50, 91 and 9F. RGB value is (80,145,159). Sum of RGB (Red+Green+Blue) = 80+145+159=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #50919F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50919F is #AF6E60. Grayscale: #7F7F7F. Windows color (decimal): -11497057 or 10457424. OLE color: 10457424.

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

Color convert

RGB 80 145 159 -
CMYK 0.50 0.09 0 0.38
HSL 190.63º 0.33% 0.47% -
HSV(B) 190.63º 0.5% 0.62% -
XYZ 19.69 24.46 36.48 -
YUV 127.16 145.97 94.36 -
System Red Green Blue C M Y K H S L
Decimal 80 145 159 0.50 0.09 0 0.38 190.63 0.33 0.47
Hex 50 91 9F 32 9 0 26 BF 21 2F
Octal 120 221 237 62 11 0 46 277 41 57
Binary 1010000 10010001 10011111 110010 1001 0 100110 10111111 100001 101111

Color Harmonies of #50919F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50919F

Black with #50919F

Text Example


Text Example

White with #50919F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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