#505393

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

Shades of Governor Bay #505393

Tints of Governor Bay #505393

Color information

#505393 (or 0x505393) is unknown color: approx Governor Bay. HEX triplet: 50, 53 and 93. RGB value is (80,83,147). Sum of RGB (Red+Green+Blue) = 80+83+147=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #505393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505393 is #AFAC6C. Grayscale: #595959. Windows color (decimal): -11512941 or 9655120. OLE color: 9655120.

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

Color convert

RGB8083147-
CMYK0.460.4400.42
HSL237.31º29.52%44.51%-
HSV(B)237.31º45.58%57.65%-
XYZ11.671028.92-
YUV89.4160.51121.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.81%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 147 (57.81% from 255) = 47.42%
R=25.81%
G=26.77%
B=47.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80831470.460.4400.42237.3129.5244.51
Hex5053932E2C02Aed1e2d
Octal12012322356540523553655
Binary101000010100111001001110111010110001010101110110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505393; }

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

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

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

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

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

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

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

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