#505387

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

Shades of Governor Bay #505387

Tints of Governor Bay #505387

Color information

#505387 (or 0x505387) is unknown color: approx Governor Bay. HEX triplet: 50, 53 and 87. RGB value is (80,83,135). Sum of RGB (Red+Green+Blue) = 80+83+135=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #505387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505387 is #AFAC78. Grayscale: #575757. Windows color (decimal): -11512953 or 8868688. OLE color: 8868688.

HSL color Cylindrical-coordinate representation of color #505387: hue angle of 236.73º 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 #505387 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8083135-
CMYK0.410.3900.47
HSL236.73º25.58%42.16%-
HSV(B)236.73º40.74%52.94%-
XYZ10.779.6424.21-
YUV88.03154.51122.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.85%
GREEN value IS 83 (32.81% from 255) = 27.85%
BLUE value IS 135 (53.12% from 255) = 45.30%
R=26.85%
G=27.85%
B=45.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80831350.410.3900.47236.7325.5842.16
Hex505387292702Fed1a2a
Octal12012320751470573553252
Binary101000010100111000011110100110011101011111110110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505387; }

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

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

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

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

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

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

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

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