#505B9C

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

Shades of Governor Bay #505B9C

Tints of Governor Bay #505B9C

Color information

#505B9C (or 0x505B9C) is unknown color: approx Governor Bay. HEX triplet: 50, 5B and 9C. RGB value is (80,91,156). Sum of RGB (Red+Green+Blue) = 80+91+156=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #505B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505B9C is #AFA463. Grayscale: #5E5E5E. Windows color (decimal): -11510884 or 10246992. OLE color: 10246992.

HSL color Cylindrical-coordinate representation of color #505B9C: hue angle of 231.32º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #505B9C is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8091156-
CMYK0.490.4200.39
HSL231.32º32.2%46.27%-
HSV(B)231.32º48.72%61.18%-
XYZ13.0511.5933-
YUV95.12162.36117.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 156 (61.33% from 255) = 47.71%
R=24.46%
G=27.83%
B=47.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80911560.490.4200.39231.3232.246.27
Hex505B9C312A027e7202e
Octal12013323461520473474056
Binary1010000101101110011100110001101010010011111100111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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