Html Css Color HEX #50859A Hippie Blue

📋 copy color: '#50859A'

red 80 ◦ green 133 ◦ blue 154

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

Shades of Hippie Blue #50859A

Tints of Hippie Blue #50859A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.24%

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

R = 21.8%
G = 36.24%
B = 41.96%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50859A (or 0x50859A) is known color: Hippie Blue. HEX triplet: 50, 85 and 9A. RGB value is (80,133,154). Sum of RGB (Red+Green+Blue) = 80+133+154=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 154 - color contains mainly: blue. Hex color #50859A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50859A is #AF7A65. Grayscale: #777777. Windows color (decimal): -11500134 or 10126672. OLE color: 10126672.

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

Color convert

RGB 80 133 154 -
CMYK 0.48 0.14 0 0.40
HSL 197.03º 0.32% 0.46% -
HSV(B) 197.03º 0.48% 0.6% -
XYZ 17.53 20.81 33.67 -
YUV 119.55 147.44 99.79 -
System Red Green Blue C M Y K H S L
Decimal 80 133 154 0.48 0.14 0 0.40 197.03 0.32 0.46
Hex 50 85 9A 30 E 0 28 C5 20 2E
Octal 120 205 232 60 16 0 50 305 40 56
Binary 1010000 10000101 10011010 110000 1110 0 101000 11000101 100000 101110

Color Harmonies of #50859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50859A

Black with #50859A

Text Example


Text Example

White with #50859A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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