#508C9B

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

Shades of Hippie Blue #508C9B

Tints of Hippie Blue #508C9B

Color information

#508C9B (or 0x508C9B) is unknown color: approx Hippie Blue. HEX triplet: 50, 8C and 9B. RGB value is (80,140,155). Sum of RGB (Red+Green+Blue) = 80+140+155=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #508C9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508C9B is #AF7364. Grayscale: #7B7B7B. Windows color (decimal): -11498341 or 10194000. OLE color: 10194000.

HSL color Cylindrical-coordinate representation of color #508C9B: hue angle of 192º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #508C9B is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB80140155-
CMYK0.480.1000.39
HSL192º31.91%46.08%-
HSV(B)192º48.39%60.78%-
XYZ18.622.8334.44-
YUV123.77145.6296.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.33%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=21.33%
G=37.33%
B=41.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801401550.480.1000.3919231.9146.08
Hex508C9B30A027c0202e
Octal12021423360120473004056
Binary101000010001100100110111100001010010011111000000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,140,155); }

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

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

 a { background-color: rgb(80,140,155); }

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

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

 span { border-color: rgb(80,140,155); }

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