Html Css Color HEX #50859B Hippie Blue

📋 copy color: '#50859B'

red 80 ◦ green 133 ◦ blue 155

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

Shades of Hippie Blue #50859B

Tints of Hippie Blue #50859B

RGB

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

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

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

R = 21.74%
G = 36.14%
B = 42.12%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50859B (or 0x50859B) is known color: Hippie Blue. HEX triplet: 50, 85 and 9B. RGB value is (80,133,155). Sum of RGB (Red+Green+Blue) = 80+133+155=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #50859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50859B is #AF7A64. Grayscale: #777777. Windows color (decimal): -11500133 or 10192208. OLE color: 10192208.

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

Color convert

RGB 80 133 155 -
CMYK 0.48 0.14 0 0.39
HSL 197.6º 0.32% 0.46% -
HSV(B) 197.6º 0.48% 0.61% -
XYZ 17.61 20.85 34.11 -
YUV 119.66 147.94 99.71 -
System Red Green Blue C M Y K H S L
Decimal 80 133 155 0.48 0.14 0 0.39 197.6 0.32 0.46
Hex 50 85 9B 30 E 0 27 C6 20 2E
Octal 120 205 233 60 16 0 47 306 40 56
Binary 1010000 10000101 10011011 110000 1110 0 100111 11000110 100000 101110

Color Harmonies of #50859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50859B

Black with #50859B

Text Example


Text Example

White with #50859B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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