#505286

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

Shades of Governor Bay #505286

Tints of Governor Bay #505286

Color information

#505286 (or 0x505286) is unknown color: approx Governor Bay. HEX triplet: 50, 52 and 86. RGB value is (80,82,134). Sum of RGB (Red+Green+Blue) = 80+82+134=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #505286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505286 is #AFAD79. Grayscale: #575757. Windows color (decimal): -11513210 or 8802896. OLE color: 8802896.

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

Color convert

RGB8082134-
CMYK0.400.3900.47
HSL237.78º25.23%41.96%-
HSV(B)237.78º40.3%52.55%-
XYZ10.639.4623.82-
YUV87.33154.34122.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.03%
GREEN value IS 82 (32.42% from 255) = 27.70%
BLUE value IS 134 (52.73% from 255) = 45.27%
R=27.03%
G=27.70%
B=45.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80821340.400.3900.47237.7825.2341.96
Hex505286282702Fee192a
Octal12012220650470573563152
Binary101000010100101000011010100010011101011111110111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505286; }

 p { color: rgb(80,82,134); }

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

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

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

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

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

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

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