Html Css Color HEX #50829F Hippie Blue

📋 copy color: '#50829F'

red 80 ◦ green 130 ◦ blue 159

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

Shades of Hippie Blue #50829F

Tints of Hippie Blue #50829F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.23%

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

R = 21.68%
G = 35.23%
B = 43.09%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50829F (or 0x50829F) is known color: Hippie Blue. HEX triplet: 50, 82 and 9F. RGB value is (80,130,159). Sum of RGB (Red+Green+Blue) = 80+130+159=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #50829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50829F is #AF7D60. Grayscale: #767676. Windows color (decimal): -11500897 or 10453584. OLE color: 10453584.

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

Color convert

RGB 80 130 159 -
CMYK 0.50 0.18 0 0.38
HSL 202.03º 0.33% 0.47% -
HSV(B) 202.03º 0.5% 0.62% -
XYZ 17.55 20.17 35.77 -
YUV 118.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 80 130 159 0.50 0.18 0 0.38 202.03 0.33 0.47
Hex 50 82 9F 32 12 0 26 CA 21 2F
Octal 120 202 237 62 22 0 46 312 41 57
Binary 1010000 10000010 10011111 110010 10010 0 100110 11001010 100001 101111

Color Harmonies of #50829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50829F

Black with #50829F

Text Example


Text Example

White with #50829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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