#508296

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

Shades of Hippie Blue #508296

Tints of Hippie Blue #508296

Color information

#508296 (or 0x508296) is unknown color: approx Hippie Blue. HEX triplet: 50, 82 and 96. RGB value is (80,130,150). Sum of RGB (Red+Green+Blue) = 80+130+150=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 150 - color contains mainly: blue. Hex color #508296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508296 is #AF7D69. Grayscale: #757575. Windows color (decimal): -11500906 or 9863760. OLE color: 9863760.

HSL color Cylindrical-coordinate representation of color #508296: hue angle of 197.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #508296 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB80130150-
CMYK0.470.1300.41
HSL197.14º30.43%45.1%-
HSV(B)197.14º46.67%58.82%-
XYZ16.819.8731.8-
YUV117.33146.44101.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.22%
GREEN value IS 130 (51.17% from 255) = 36.11%
BLUE value IS 150 (58.98% from 255) = 41.67%
R=22.22%
G=36.11%
B=41.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801301500.470.1300.41197.1430.4345.1
Hex5082962FD029c51e2d
Octal12020222657150513053655
Binary10100001000001010010110101111110101010011100010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508296; }

 p { color: rgb(80,130,150); }

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

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

 a { background-color: rgb(80,130,150); }

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

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

 span { border-color: rgb(80,130,150); }

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