#508091

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

Shades of Hippie Blue #508091

Tints of Hippie Blue #508091

Color information

#508091 (or 0x508091) is unknown color: approx Hippie Blue. HEX triplet: 50, 80 and 91. RGB value is (80,128,145). Sum of RGB (Red+Green+Blue) = 80+128+145=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 145 - color contains mainly: blue. Hex color #508091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508091 is #AF7F6E. Grayscale: #737373. Windows color (decimal): -11501423 or 9535568. OLE color: 9535568.

HSL color Cylindrical-coordinate representation of color #508091: hue angle of 195.69º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #508091 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB80128145-
CMYK0.450.1200.43
HSL195.69º28.89%44.12%-
HSV(B)195.69º44.83%56.86%-
XYZ16.1419.1929.64-
YUV115.59144.6102.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 128 (50.39% from 255) = 36.26%
BLUE value IS 145 (57.03% from 255) = 41.08%
R=22.66%
G=36.26%
B=41.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801281450.450.1200.43195.6928.8944.12
Hex5080912DC02Bc41d2c
Octal12020022155140533043554
Binary10100001000000010010001101101110001010111100010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508091; }

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

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

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

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

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

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

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

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