#505EA1

Color #505EA1 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #505EA1

Tints of Governor Bay #505EA1

Color information

#505EA1 (or 0x505EA1) is unknown color: approx Governor Bay. HEX triplet: 50, 5E and A1. RGB value is (80,94,161). Sum of RGB (Red+Green+Blue) = 80+94+161=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 161 (63.28% from 255 or 48.06% from 335); Max value from RGB is 161 - color contains mainly: blue. Hex color #505EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505EA1 is #AFA15E. Grayscale: #616161. Windows color (decimal): -11510111 or 10575440. OLE color: 10575440.

HSL color Cylindrical-coordinate representation of color #505EA1: hue angle of 229.63º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #505EA1 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8094161-
CMYK0.500.4200.37
HSL229.63º33.61%47.25%-
HSV(B)229.63º50.31%63.14%-
XYZ13.7412.2835.36-
YUV97.45163.86115.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 94 (37.11% from 255) = 28.06%
BLUE value IS 161 (63.28% from 255) = 48.06%
R=23.88%
G=28.06%
B=48.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal80941610.500.4200.37229.6333.6147.25
Hex505EA1322A025e6222f
Octal12013624162520453464257
Binary1010000101111010100001110010101010010010111100110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505EA1; }

 p { color: rgb(80,94,161); }

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

<style>
 a { background-color: #505EA1; }

 a { background-color: rgb(80,94,161); }

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

<style>
 span { border-color: #505EA1; }

 span { border-color: rgb(80,94,161); }

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