Html Css Color HEX #50829B Hippie Blue

📋 copy color: '#50829B'

red 80 ◦ green 130 ◦ blue 155

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

Shades of Hippie Blue #50829B

Tints of Hippie Blue #50829B

RGB

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

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

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

R = 21.92%
G = 35.62%
B = 42.47%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50829B (or 0x50829B) is known color: Hippie Blue. HEX triplet: 50, 82 and 9B. RGB value is (80,130,155). Sum of RGB (Red+Green+Blue) = 80+130+155=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #50829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50829B is #AF7D64. Grayscale: #757575. Windows color (decimal): -11500901 or 10191440. OLE color: 10191440.

HSL color Cylindrical-coordinate representation of color #50829B: hue angle of 200º 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 #50829B is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 130 155 -
CMYK 0.48 0.16 0 0.39
HSL 200º 0.32% 0.46% -
HSV(B) 200º 0.48% 0.61% -
XYZ 17.21 20.04 33.97 -
YUV 117.9 148.94 100.97 -
System Red Green Blue C M Y K H S L
Decimal 80 130 155 0.48 0.16 0 0.39 200 0.32 0.46
Hex 50 82 9B 30 10 0 27 C8 20 2E
Octal 120 202 233 60 20 0 47 310 40 56
Binary 1010000 10000010 10011011 110000 10000 0 100111 11001000 100000 101110

Color Harmonies of #50829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50829B

Black with #50829B

Text Example


Text Example

White with #50829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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