#505793

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

Shades of Governor Bay #505793

Tints of Governor Bay #505793

Color information

#505793 (or 0x505793) is unknown color: approx Governor Bay. HEX triplet: 50, 57 and 93. RGB value is (80,87,147). Sum of RGB (Red+Green+Blue) = 80+87+147=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #505793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505793 is #AFA86C. Grayscale: #5B5B5B. Windows color (decimal): -11511917 or 9656144. OLE color: 9656144.

HSL color Cylindrical-coordinate representation of color #505793: hue angle of 233.73º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #505793 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8087147-
CMYK0.460.4100.42
HSL233.73º29.52%44.51%-
HSV(B)233.73º45.58%57.65%-
XYZ11.9810.6329.02-
YUV91.75159.18119.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 147 (57.81% from 255) = 46.82%
R=25.48%
G=27.71%
B=46.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80871470.460.4100.42233.7329.5244.51
Hex5057932E2902Aea1e2d
Octal12012722356510523523655
Binary101000010101111001001110111010100101010101110101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505793; }

 p { color: rgb(80,87,147); }

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

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

 a { background-color: rgb(80,87,147); }

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

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

 span { border-color: rgb(80,87,147); }

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