#505487

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

Shades of Governor Bay #505487

Tints of Governor Bay #505487

Color information

#505487 (or 0x505487) is unknown color: approx Governor Bay. HEX triplet: 50, 54 and 87. RGB value is (80,84,135). Sum of RGB (Red+Green+Blue) = 80+84+135=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #505487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505487 is #AFAB78. Grayscale: #585858. Windows color (decimal): -11512697 or 8868944. OLE color: 8868944.

HSL color Cylindrical-coordinate representation of color #505487: hue angle of 235.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #505487 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8084135-
CMYK0.410.3800.47
HSL235.64º25.58%42.16%-
HSV(B)235.64º40.74%52.94%-
XYZ10.859.824.24-
YUV88.62154.17121.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.76%
GREEN value IS 84 (33.20% from 255) = 28.09%
BLUE value IS 135 (53.12% from 255) = 45.15%
R=26.76%
G=28.09%
B=45.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80841350.410.3800.47235.6425.5842.16
Hex505487292602Fec1a2a
Octal12012420751460573543252
Binary101000010101001000011110100110011001011111110110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505487; }

 p { color: rgb(80,84,135); }

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

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

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

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

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

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

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