#507E98

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

Shades of Hippie Blue #507E98

Tints of Hippie Blue #507E98

Color information

#507E98 (or 0x507E98) is unknown color: approx Hippie Blue. HEX triplet: 50, 7E and 98. RGB value is (80,126,152). Sum of RGB (Red+Green+Blue) = 80+126+152=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #507E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507E98 is #AF8167. Grayscale: #737373. Windows color (decimal): -11501928 or 9993808. OLE color: 9993808.

HSL color Cylindrical-coordinate representation of color #507E98: hue angle of 201.67º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #507E98 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB80126152-
CMYK0.470.1700.40
HSL201.67º31.03%45.49%-
HSV(B)201.67º47.37%59.61%-
XYZ16.4418.8932.49-
YUV115.21148.76102.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.35%
GREEN value IS 126 (49.61% from 255) = 35.20%
BLUE value IS 152 (59.77% from 255) = 42.46%
R=22.35%
G=35.20%
B=42.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801261520.470.1700.40201.6731.0345.49
Hex507E982F11028ca1f2d
Octal12017623057210503123755
Binary10100001111110100110001011111000101010001100101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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