#508B9D

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

Shades of Hippie Blue #508B9D

Tints of Hippie Blue #508B9D

Color information

#508B9D (or 0x508B9D) is unknown color: approx Hippie Blue. HEX triplet: 50, 8B and 9D. RGB value is (80,139,157). Sum of RGB (Red+Green+Blue) = 80+139+157=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #508B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508B9D is #AF7462. Grayscale: #7B7B7B. Windows color (decimal): -11498595 or 10324816. OLE color: 10324816.

HSL color Cylindrical-coordinate representation of color #508B9D: hue angle of 194.03º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #508B9D is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB80139157-
CMYK0.490.1100.38
HSL194.03º32.49%46.47%-
HSV(B)194.03º49.04%61.57%-
XYZ18.6322.6135.28-
YUV123.41146.9597.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.28%
GREEN value IS 139 (54.69% from 255) = 36.97%
BLUE value IS 157 (61.72% from 255) = 41.76%
R=21.28%
G=36.97%
B=41.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801391570.490.1100.38194.0332.4946.47
Hex508B9D31B026c2202e
Octal12021323561130463024056
Binary101000010001011100111011100011011010011011000010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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