Html Css Color HEX #50838E Hippie Blue

📋 copy color: '#50838E'

red 80 ◦ green 131 ◦ blue 142

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

Shades of Hippie Blue #50838E

Tints of Hippie Blue #50838E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.11%

 BLUE value IS 142 (55.86% from 255) = 40.23%

R = 22.66%
G = 37.11%
B = 40.23%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50838E (or 0x50838E) is known color: Hippie Blue. HEX triplet: 50, 83 and 8E. RGB value is (80,131,142). Sum of RGB (Red+Green+Blue) = 80+131+142=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #50838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50838E is #AF7C71. Grayscale: #747474. Windows color (decimal): -11500658 or 9339728. OLE color: 9339728.

HSL color Cylindrical-coordinate representation of color #50838E: hue angle of 190.65º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50838E is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 131 142 -
CMYK 0.44 0.08 0 0.44
HSL 190.65º 0.28% 0.44% -
HSV(B) 190.65º 0.44% 0.56% -
XYZ 16.31 19.89 28.57 -
YUV 117.01 142.1 101.61 -
System Red Green Blue C M Y K H S L
Decimal 80 131 142 0.44 0.08 0 0.44 190.65 0.28 0.44
Hex 50 83 8E 2C 8 0 2C BF 1C 2C
Octal 120 203 216 54 10 0 54 277 34 54
Binary 1010000 10000011 10001110 101100 1000 0 101100 10111111 11100 101100

Color Harmonies of #50838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50838E

Black with #50838E

Text Example


Text Example

White with #50838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50838E; }

 p { color: rgb(80,131,142); }

 H1.HeaderClassName
 {
   color: #50838E;
 }
 .AnyTagClassName
 {
   color: #50838E;
 }
</style>

background-color css

<style>
 a { background-color: #50838E; }

 a { background-color: rgb(80,131,142); }

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

border-color css

<style>
 span { border-color: #50838E; }

 span { border-color: rgb(80,131,142); }

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