#505B96

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

Shades of Governor Bay #505B96

Tints of Governor Bay #505B96

Color information

#505B96 (or 0x505B96) is unknown color: approx Governor Bay. HEX triplet: 50, 5B and 96. RGB value is (80,91,150). Sum of RGB (Red+Green+Blue) = 80+91+150=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #505B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505B96 is #AFA469. Grayscale: #5E5E5E. Windows color (decimal): -11510890 or 9853776. OLE color: 9853776.

HSL color Cylindrical-coordinate representation of color #505B96: hue angle of 230.57º 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 #505B96 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8091150-
CMYK0.470.3900.41
HSL230.57º30.43%45.1%-
HSV(B)230.57º46.67%58.82%-
XYZ12.5511.3930.39-
YUV94.44159.36117.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 91 (35.94% from 255) = 28.35%
BLUE value IS 150 (58.98% from 255) = 46.73%
R=24.92%
G=28.35%
B=46.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80911500.470.3900.41230.5730.4345.1
Hex505B962F27029e71e2d
Octal12013322657470513473655
Binary101000010110111001011010111110011101010011110011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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