#505093

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

Shades of Governor Bay #505093

Tints of Governor Bay #505093

Color information

#505093 (or 0x505093) is unknown color: approx Governor Bay. HEX triplet: 50, 50 and 93. RGB value is (80,80,147). Sum of RGB (Red+Green+Blue) = 80+80+147=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #505093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505093 is #AFAF6C. Grayscale: #575757. Windows color (decimal): -11513709 or 9654352. OLE color: 9654352.

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

Color convert

RGB8080147-
CMYK0.460.4600.42
HSL240º29.52%44.51%-
HSV(B)240º45.58%57.65%-
XYZ11.449.5528.84-
YUV87.64161.5122.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 147 (57.81% from 255) = 47.88%
R=26.06%
G=26.06%
B=47.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80801470.460.4600.4224029.5244.51
Hex5050932E2E02Af01e2d
Octal12012022356560523603655
Binary101000010100001001001110111010111001010101111000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505093; }

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

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

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

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

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

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

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

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