Html Css Color HEX #50809B Hippie Blue

📋 copy color: '#50809B'

red 80 ◦ green 128 ◦ blue 155

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

Shades of Hippie Blue #50809B

Tints of Hippie Blue #50809B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.7%

R = 22.04%
G = 35.26%
B = 42.7%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50809B (or 0x50809B) is known color: Hippie Blue. HEX triplet: 50, 80 and 9B. RGB value is (80,128,155). Sum of RGB (Red+Green+Blue) = 80+128+155=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #50809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50809B is #AF7F64. Grayscale: #747474. Windows color (decimal): -11501413 or 10190928. OLE color: 10190928.

HSL color Cylindrical-coordinate representation of color #50809B: hue angle of 201.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50809B is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 128 155 -
CMYK 0.48 0.17 0 0.39
HSL 201.6º 0.32% 0.46% -
HSV(B) 201.6º 0.48% 0.61% -
XYZ 16.94 19.51 33.88 -
YUV 116.73 149.6 101.8 -
System Red Green Blue C M Y K H S L
Decimal 80 128 155 0.48 0.17 0 0.39 201.6 0.32 0.46
Hex 50 80 9B 30 11 0 27 CA 20 2E
Octal 120 200 233 60 21 0 47 312 40 56
Binary 1010000 10000000 10011011 110000 10001 0 100111 11001010 100000 101110

Color Harmonies of #50809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50809B

Black with #50809B

Text Example


Text Example

White with #50809B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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