#50919E

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

Shades of Hippie Blue #50919E

Tints of Hippie Blue #50919E

Color information

#50919E (or 0x50919E) is unknown color: approx Hippie Blue. HEX triplet: 50, 91 and 9E. RGB value is (80,145,158). Sum of RGB (Red+Green+Blue) = 80+145+158=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #50919E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50919E is #AF6E61. Grayscale: #7E7E7E. Windows color (decimal): -11497058 or 10391888. OLE color: 10391888.

HSL color Cylindrical-coordinate representation of color #50919E: hue angle of 190º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50919E is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB80145158-
CMYK0.490.0800.38
HSL190º32.77%46.67%-
HSV(B)190º49.37%61.96%-
XYZ19.6124.4236.03-
YUV127.05145.4794.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.89%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 158 (62.11% from 255) = 41.25%
R=20.89%
G=37.86%
B=41.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801451580.490.0800.3819032.7746.67
Hex50919E318026be212f
Octal12022123661100462764157
Binary101000010010001100111101100011000010011010111110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50919E; }

 p { color: rgb(80,145,158); }

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

<style>
 a { background-color: #50919E; }

 a { background-color: rgb(80,145,158); }

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

<style>
 span { border-color: #50919E; }

 span { border-color: rgb(80,145,158); }

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