#50879c

Color #50879C Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #50879C

Tints of Hippie Blue #50879C

Color information

#50879C (or 0x50879C) is unknown color: approx Hippie Blue. HEX triplet: 50, 87 and 9C. RGB value is (80,135,156). Sum of RGB (Red+Green+Blue) = 80+135+156=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #50879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50879C is #AF7863. Grayscale: #787878. Windows color (decimal): -11499620 or 10258256. OLE color: 10258256.

HSL color Cylindrical-coordinate representation of color #50879C: hue angle of 196.58º 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 #50879C is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB80135156-
CMYK0.490.1300.39
HSL196.58º32.2%46.27%-
HSV(B)196.58º48.72%61.18%-
XYZ17.9721.4334.64-
YUV120.95147.7898.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 156 (61.33% from 255) = 42.05%
R=21.56%
G=36.39%
B=42.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801351560.490.1300.39196.5832.246.27
Hex50879C31D027c5202e
Octal12020723461150473054056
Binary101000010000111100111001100011101010011111000101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50879c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50879c; }

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

 H1.HeaderClassName
 {
   color: #50879c;
 }
 .AnyTagClassName
 {
   color: #50879c;
 }
</style>
background-color css

<style>
 a { background-color: #50879c; }

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

 div.DivClassName
 {
   background-color: #50879c;
 }
 .BgClassName
 {
   background-color: #50879c;
 }
</style>
border-color css

<style>
 span { border-color: #50879c; }

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

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