#505DA5

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

Shades of Governor Bay #505DA5

Tints of Governor Bay #505DA5

Color information

#505DA5 (or 0x505DA5) is unknown color: approx Governor Bay. HEX triplet: 50, 5D and A5. RGB value is (80,93,165). Sum of RGB (Red+Green+Blue) = 80+93+165=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 165 (64.84% from 255 or 48.82% from 338); Max value from RGB is 165 - color contains mainly: blue. Hex color #505DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505DA5 is #AFA25A. Grayscale: #616161. Windows color (decimal): -11510363 or 10837328. OLE color: 10837328.

HSL color Cylindrical-coordinate representation of color #505DA5: hue angle of 230.82º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #505DA5 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8093165-
CMYK0.520.4400.35
HSL230.82º34.69%48.04%-
HSV(B)230.82º51.52%64.71%-
XYZ14.0112.2537.22-
YUV97.32166.19115.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 93 (36.72% from 255) = 27.51%
BLUE value IS 165 (64.84% from 255) = 48.82%
R=23.67%
G=27.51%
B=48.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal80931650.520.4400.35230.8234.6948.04
Hex505DA5342C023e72330
Octal12013524564540433474360
Binary1010000101110110100101110100101100010001111100111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,93,165); }

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

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

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

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

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

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

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