#508998

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

Shades of Hippie Blue #508998

Tints of Hippie Blue #508998

Color information

#508998 (or 0x508998) is unknown color: approx Hippie Blue. HEX triplet: 50, 89 and 98. RGB value is (80,137,152). Sum of RGB (Red+Green+Blue) = 80+137+152=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #508998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508998 is #AF7667. Grayscale: #797979. Windows color (decimal): -11499112 or 9996624. OLE color: 9996624.

HSL color Cylindrical-coordinate representation of color #508998: hue angle of 192.5º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #508998 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB80137152-
CMYK0.470.1000.40
HSL192.5º31.03%45.49%-
HSV(B)192.5º47.37%59.61%-
XYZ17.9221.8632.98-
YUV121.67145.1298.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 137 (53.91% from 255) = 37.13%
BLUE value IS 152 (59.77% from 255) = 41.19%
R=21.68%
G=37.13%
B=41.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801371520.470.1000.40192.531.0345.49
Hex5089982FA028c01f2d
Octal12021123057120503003755
Binary10100001000100110011000101111101001010001100000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508998; }

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

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

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

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

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

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

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

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