#505E96

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

Shades of Governor Bay #505E96

Tints of Governor Bay #505E96

Color information

#505E96 (or 0x505E96) is unknown color: approx Governor Bay. HEX triplet: 50, 5E and 96. RGB value is (80,94,150). Sum of RGB (Red+Green+Blue) = 80+94+150=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #505E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505E96 is #AFA169. Grayscale: #5F5F5F. Windows color (decimal): -11510122 or 9854544. OLE color: 9854544.

HSL color Cylindrical-coordinate representation of color #505E96: hue angle of 228º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #505E96 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8094150-
CMYK0.470.3700.41
HSL228º30.43%45.1%-
HSV(B)228º46.67%58.82%-
XYZ12.8211.9130.48-
YUV96.2158.36116.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.69%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 150 (58.98% from 255) = 46.30%
R=24.69%
G=29.01%
B=46.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80941500.470.3700.4122830.4345.1
Hex505E962F25029e41e2d
Octal12013622657450513443655
Binary101000010111101001011010111110010101010011110010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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