#505790

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

Shades of Governor Bay #505790

Tints of Governor Bay #505790

Color information

#505790 (or 0x505790) is unknown color: approx Governor Bay. HEX triplet: 50, 57 and 90. RGB value is (80,87,144). Sum of RGB (Red+Green+Blue) = 80+87+144=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #505790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505790 is #AFA86F. Grayscale: #5B5B5B. Windows color (decimal): -11511920 or 9459536. OLE color: 9459536.

HSL color Cylindrical-coordinate representation of color #505790: hue angle of 233.44º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #505790 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8087144-
CMYK0.440.4000.44
HSL233.44º28.57%43.92%-
HSV(B)233.44º44.44%56.47%-
XYZ11.7510.5427.8-
YUV91.4157.68119.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.72%
GREEN value IS 87 (34.38% from 255) = 27.97%
BLUE value IS 144 (56.64% from 255) = 46.30%
R=25.72%
G=27.97%
B=46.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80871440.440.4000.44233.4428.5743.92
Hex5057902C2802Ce91d2c
Octal12012722054500543513554
Binary101000010101111001000010110010100001011001110100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505790; }

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

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

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

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

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

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

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

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