#505785

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

Shades of Governor Bay #505785

Tints of Governor Bay #505785

Color information

#505785 (or 0x505785) is unknown color: approx Governor Bay. HEX triplet: 50, 57 and 85. RGB value is (80,87,133). Sum of RGB (Red+Green+Blue) = 80+87+133=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #505785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505785 is #AFA87A. Grayscale: #595959. Windows color (decimal): -11511931 or 8738640. OLE color: 8738640.

HSL color Cylindrical-coordinate representation of color #505785: hue angle of 232.08º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #505785 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8087133-
CMYK0.400.3500.48
HSL232.08º24.88%41.76%-
HSV(B)232.08º39.85%52.16%-
XYZ10.9510.2223.58-
YUV90.15152.18120.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 133 (52.34% from 255) = 44.33%
R=26.67%
G=29%
B=44.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80871330.400.3500.48232.0824.8841.76
Hex5057852823030e8192a
Octal12012720550430603503152
Binary101000010101111000010110100010001101100001110100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505785; }

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

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

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

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

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

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

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

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