#507F9E

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

Shades of Hippie Blue #507F9E

Tints of Hippie Blue #507F9E

Color information

#507F9E (or 0x507F9E) is unknown color: approx Hippie Blue. HEX triplet: 50, 7F and 9E. RGB value is (80,127,158). Sum of RGB (Red+Green+Blue) = 80+127+158=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #507F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507F9E is #AF8061. Grayscale: #747474. Windows color (decimal): -11501666 or 10387280. OLE color: 10387280.

HSL color Cylindrical-coordinate representation of color #507F9E: hue angle of 203.85º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #507F9E is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB80127158-
CMYK0.490.2000.38
HSL203.85º32.77%46.67%-
HSV(B)203.85º49.37%61.96%-
XYZ17.0719.3535.18-
YUV116.48151.43101.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 127 (50% from 255) = 34.79%
BLUE value IS 158 (62.11% from 255) = 43.29%
R=21.92%
G=34.79%
B=43.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801271580.490.2000.38203.8532.7746.67
Hex507F9E3114026cc212f
Octal12017723661240463144157
Binary101000011111111001111011000110100010011011001100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507F9E; }

 p { color: rgb(80,127,158); }

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

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

 a { background-color: rgb(80,127,158); }

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

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

 span { border-color: rgb(80,127,158); }

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