#505693

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

Shades of Governor Bay #505693

Tints of Governor Bay #505693

Color information

#505693 (or 0x505693) is unknown color: approx Governor Bay. HEX triplet: 50, 56 and 93. RGB value is (80,86,147). Sum of RGB (Red+Green+Blue) = 80+86+147=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #505693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505693 is #AFA96C. Grayscale: #5A5A5A. Windows color (decimal): -11512173 or 9655888. OLE color: 9655888.

HSL color Cylindrical-coordinate representation of color #505693: hue angle of 234.63º 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 #505693 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8086147-
CMYK0.460.4100.42
HSL234.63º29.52%44.51%-
HSV(B)234.63º45.58%57.65%-
XYZ11.910.4729-
YUV91.16159.51120.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 147 (57.81% from 255) = 46.96%
R=25.56%
G=27.48%
B=46.96%

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
Decimal80861470.460.4100.42234.6329.5244.51
Hex5056932E2902Aeb1e2d
Octal12012622356510523533655
Binary101000010101101001001110111010100101010101110101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505693; }

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

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

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

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

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

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

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

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