#508396

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

Shades of Hippie Blue #508396

Tints of Hippie Blue #508396

Color information

#508396 (or 0x508396) is unknown color: approx Hippie Blue. HEX triplet: 50, 83 and 96. RGB value is (80,131,150). Sum of RGB (Red+Green+Blue) = 80+131+150=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 150 - color contains mainly: blue. Hex color #508396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508396 is #AF7C69. Grayscale: #757575. Windows color (decimal): -11500650 or 9864016. OLE color: 9864016.

HSL color Cylindrical-coordinate representation of color #508396: hue angle of 196.29º 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 #508396 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB80131150-
CMYK0.470.1300.41
HSL196.29º30.43%45.1%-
HSV(B)196.29º46.67%58.82%-
XYZ16.9320.1431.85-
YUV117.92146.1100.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.16%
GREEN value IS 131 (51.56% from 255) = 36.29%
BLUE value IS 150 (58.98% from 255) = 41.55%
R=22.16%
G=36.29%
B=41.55%

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
Decimal801311500.470.1300.41196.2930.4345.1
Hex5083962FD029c41e2d
Octal12020322657150513043655
Binary10100001000001110010110101111110101010011100010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508396; }

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

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

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

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

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

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

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

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