#508099

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

Shades of Hippie Blue #508099

Tints of Hippie Blue #508099

Color information

#508099 (or 0x508099) is unknown color: approx Hippie Blue. HEX triplet: 50, 80 and 99. RGB value is (80,128,153). Sum of RGB (Red+Green+Blue) = 80+128+153=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #508099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508099 is #AF7F66. Grayscale: #747474. Windows color (decimal): -11501415 or 10059856. OLE color: 10059856.

HSL color Cylindrical-coordinate representation of color #508099: hue angle of 200.55º 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 #508099 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB80128153-
CMYK0.480.1600.4
HSL200.55º31.33%45.69%-
HSV(B)200.55º47.71%60%-
XYZ16.7819.4433.01-
YUV116.5148.6101.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.16%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 153 (60.16% from 255) = 42.38%
R=22.16%
G=35.46%
B=42.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801281530.480.1600.4200.5531.3345.69
Hex5080993010028c91f2e
Octal12020023160200503113756
Binary101000010000000100110011100001000001010001100100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508099; }

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

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

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

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

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

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

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

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