#508997

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

Shades of Hippie Blue #508997

Tints of Hippie Blue #508997

Color information

#508997 (or 0x508997) is unknown color: approx Hippie Blue. HEX triplet: 50, 89 and 97. RGB value is (80,137,151). Sum of RGB (Red+Green+Blue) = 80+137+151=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 151 - color contains mainly: blue. Hex color #508997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508997 is #AF7668. Grayscale: #797979. Windows color (decimal): -11499113 or 9931088. OLE color: 9931088.

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

Color convert

RGB80137151-
CMYK0.470.0900.41
HSL191.83º30.74%45.29%-
HSV(B)191.83º47.02%59.22%-
XYZ17.8421.8332.55-
YUV121.55144.6298.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.74%
GREEN value IS 137 (53.91% from 255) = 37.23%
BLUE value IS 151 (59.38% from 255) = 41.03%
R=21.74%
G=37.23%
B=41.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801371510.470.0900.41191.8330.7445.29
Hex5089972F9029c01f2d
Octal12021122757110513003755
Binary10100001000100110010111101111100101010011100000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508997; }

 p { color: rgb(80,137,151); }

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

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

 a { background-color: rgb(80,137,151); }

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

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

 span { border-color: rgb(80,137,151); }

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