Html Css Color HEX #50809A Hippie Blue

📋 copy color: '#50809A'

red 80 ◦ green 128 ◦ blue 154

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

Shades of Hippie Blue #50809A

Tints of Hippie Blue #50809A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.54%

R = 22.1%
G = 35.36%
B = 42.54%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50809A (or 0x50809A) is known color: Hippie Blue. HEX triplet: 50, 80 and 9A. RGB value is (80,128,154). Sum of RGB (Red+Green+Blue) = 80+128+154=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #50809A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50809A is #AF7F65. Grayscale: #747474. Windows color (decimal): -11501414 or 10125392. OLE color: 10125392.

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

Color convert

RGB 80 128 154 -
CMYK 0.48 0.17 0 0.40
HSL 201.08º 0.32% 0.46% -
HSV(B) 201.08º 0.48% 0.6% -
XYZ 16.86 19.48 33.44 -
YUV 116.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 80 128 154 0.48 0.17 0 0.40 201.08 0.32 0.46
Hex 50 80 9A 30 11 0 28 C9 20 2E
Octal 120 200 232 60 21 0 50 311 40 56
Binary 1010000 10000000 10011010 110000 10001 0 101000 11001001 100000 101110

Color Harmonies of #50809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50809A

Black with #50809A

Text Example


Text Example

White with #50809A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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