#508395

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

Shades of Hippie Blue #508395

Tints of Hippie Blue #508395

Color information

#508395 (or 0x508395) is unknown color: approx Hippie Blue. HEX triplet: 50, 83 and 95. RGB value is (80,131,149). Sum of RGB (Red+Green+Blue) = 80+131+149=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 149 - color contains mainly: blue. Hex color #508395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508395 is #AF7C6A. Grayscale: #757575. Windows color (decimal): -11500651 or 9798480. OLE color: 9798480.

HSL color Cylindrical-coordinate representation of color #508395: hue angle of 195.65º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #508395 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB80131149-
CMYK0.460.1200.42
HSL195.65º30.13%44.9%-
HSV(B)195.65º46.31%58.43%-
XYZ16.8520.1131.43-
YUV117.8145.6101.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.22%
GREEN value IS 131 (51.56% from 255) = 36.39%
BLUE value IS 149 (58.59% from 255) = 41.39%
R=22.22%
G=36.39%
B=41.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801311490.460.1200.42195.6530.1344.9
Hex5083952EC02Ac41e2d
Octal12020322556140523043655
Binary10100001000001110010101101110110001010101100010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508395; }

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

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

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

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

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

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

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

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