#508399

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

Shades of Hippie Blue #508399

Tints of Hippie Blue #508399

Color information

#508399 (or 0x508399) is unknown color: approx Hippie Blue. HEX triplet: 50, 83 and 99. RGB value is (80,131,153). Sum of RGB (Red+Green+Blue) = 80+131+153=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #508399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508399 is #AF7C66. Grayscale: #767676. Windows color (decimal): -11500647 or 10060624. OLE color: 10060624.

HSL color Cylindrical-coordinate representation of color #508399: hue angle of 198.08º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #508399 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB80131153-
CMYK0.480.1400.4
HSL198.08º31.33%45.69%-
HSV(B)198.08º47.71%60%-
XYZ17.1720.2433.14-
YUV118.26147.6100.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 131 (51.56% from 255) = 35.99%
BLUE value IS 153 (60.16% from 255) = 42.03%
R=21.98%
G=35.99%
B=42.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801311530.480.1400.4198.0831.3345.69
Hex50839930E028c61f2e
Octal12020323160160503063756
Binary10100001000001110011001110000111001010001100011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508399; }

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

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

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

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

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

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

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

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