#505B92

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

Shades of Governor Bay #505B92

Tints of Governor Bay #505B92

Color information

#505B92 (or 0x505B92) is unknown color: approx Governor Bay. HEX triplet: 50, 5B and 92. RGB value is (80,91,146). Sum of RGB (Red+Green+Blue) = 80+91+146=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #505B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505B92 is #AFA46D. Grayscale: #5D5D5D. Windows color (decimal): -11510894 or 9591632. OLE color: 9591632.

HSL color Cylindrical-coordinate representation of color #505B92: hue angle of 230º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #505B92 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8091146-
CMYK0.450.3800.43
HSL230º29.2%44.31%-
HSV(B)230º45.21%57.25%-
XYZ12.2411.2628.72-
YUV93.98157.36118.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 91 (35.94% from 255) = 28.71%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=25.24%
G=28.71%
B=46.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80911460.450.3800.4323029.244.31
Hex505B922D2602Be61d2c
Octal12013322255460533463554
Binary101000010110111001001010110110011001010111110011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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