#50879B

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

Shades of Hippie Blue #50879B

Tints of Hippie Blue #50879B

Color information

#50879B (or 0x50879B) is unknown color: approx Hippie Blue. HEX triplet: 50, 87 and 9B. RGB value is (80,135,155). Sum of RGB (Red+Green+Blue) = 80+135+155=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #50879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50879B is #AF7864. Grayscale: #787878. Windows color (decimal): -11499621 or 10192720. OLE color: 10192720.

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

Color convert

RGB80135155-
CMYK0.480.1300.39
HSL196º31.91%46.08%-
HSV(B)196º48.39%60.78%-
XYZ17.8921.434.2-
YUV120.84147.2898.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.62%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=21.62%
G=36.49%
B=41.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801351550.480.1300.3919631.9146.08
Hex50879B30D027c4202e
Octal12020723360150473044056
Binary101000010000111100110111100001101010011111000100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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