#507E9A

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

Shades of Hippie Blue #507E9A

Tints of Hippie Blue #507E9A

Color information

#507E9A (or 0x507E9A) is unknown color: approx Hippie Blue. HEX triplet: 50, 7E and 9A. RGB value is (80,126,154). Sum of RGB (Red+Green+Blue) = 80+126+154=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #507E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507E9A is #AF8165. Grayscale: #737373. Windows color (decimal): -11501926 or 10124880. OLE color: 10124880.

HSL color Cylindrical-coordinate representation of color #507E9A: hue angle of 202.7º degrees, saturation: 0.32, 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 #507E9A is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB80126154-
CMYK0.480.1800.40
HSL202.7º31.62%45.88%-
HSV(B)202.7º48.05%60.39%-
XYZ16.618.9633.36-
YUV115.44149.76102.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.22%
GREEN value IS 126 (49.61% from 255) = 35%
BLUE value IS 154 (60.55% from 255) = 42.78%
R=22.22%
G=35%
B=42.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801261540.480.1800.40202.731.6245.88
Hex507E9A3012028cb202e
Octal12017623260220503134056
Binary101000011111101001101011000010010010100011001011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,126,154); }

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

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

 a { background-color: rgb(80,126,154); }

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

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

 span { border-color: rgb(80,126,154); }

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