Html Css Color HEX #50889C Hippie Blue

📋 copy color: '#50889C'

red 80 ◦ green 136 ◦ blue 156

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

Shades of Hippie Blue #50889C

Tints of Hippie Blue #50889C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.56%

 BLUE value IS 156 (61.33% from 255) = 41.94%

R = 21.51%
G = 36.56%
B = 41.94%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50889C (or 0x50889C) is known color: Hippie Blue. HEX triplet: 50, 88 and 9C. RGB value is (80,136,156). Sum of RGB (Red+Green+Blue) = 80+136+156=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #50889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50889C is #AF7763. Grayscale: #797979. Windows color (decimal): -11499364 or 10258512. OLE color: 10258512.

HSL color Cylindrical-coordinate representation of color #50889C: hue angle of 195.79º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50889C is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 136 156 -
CMYK 0.49 0.13 0 0.39
HSL 195.79º 0.32% 0.46% -
HSV(B) 195.79º 0.49% 0.61% -
XYZ 18.11 21.71 34.69 -
YUV 121.54 147.45 98.37 -
System Red Green Blue C M Y K H S L
Decimal 80 136 156 0.49 0.13 0 0.39 195.79 0.32 0.46
Hex 50 88 9C 31 D 0 27 C4 20 2E
Octal 120 210 234 61 15 0 47 304 40 56
Binary 1010000 10001000 10011100 110001 1101 0 100111 11000100 100000 101110

Color Harmonies of #50889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50889C

Black with #50889C

Text Example


Text Example

White with #50889C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50889C; }

 p { color: rgb(80,136,156); }

 H1.HeaderClassName
 {
   color: #50889C;
 }
 .AnyTagClassName
 {
   color: #50889C;
 }
</style>

background-color css

<style>
 a { background-color: #50889C; }

 a { background-color: rgb(80,136,156); }

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

border-color css

<style>
 span { border-color: #50889C; }

 span { border-color: rgb(80,136,156); }

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