#508B99

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

Shades of Hippie Blue #508B99

Tints of Hippie Blue #508B99

Color information

#508B99 (or 0x508B99) is unknown color: approx Hippie Blue. HEX triplet: 50, 8B and 99. RGB value is (80,139,153). Sum of RGB (Red+Green+Blue) = 80+139+153=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #508B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508B99 is #AF7466. Grayscale: #7A7A7A. Windows color (decimal): -11498599 or 10062672. OLE color: 10062672.

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

Color convert

RGB80139153-
CMYK0.480.0900.4
HSL191.51º31.33%45.69%-
HSV(B)191.51º47.71%60%-
XYZ18.2922.4733.51-
YUV122.95144.9597.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.51%
GREEN value IS 139 (54.69% from 255) = 37.37%
BLUE value IS 153 (60.16% from 255) = 41.13%
R=21.51%
G=37.37%
B=41.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801391530.480.0900.4191.5131.3345.69
Hex508B99309028c01f2e
Octal12021323160110503003756
Binary10100001000101110011001110000100101010001100000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508B99; }

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

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

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

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

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

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

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

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