#505E90

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

Shades of Governor Bay #505E90

Tints of Governor Bay #505E90

Color information

#505E90 (or 0x505E90) is unknown color: approx Governor Bay. HEX triplet: 50, 5E and 90. RGB value is (80,94,144). Sum of RGB (Red+Green+Blue) = 80+94+144=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #505E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505E90 is #AFA16F. Grayscale: #5F5F5F. Windows color (decimal): -11510128 or 9461328. OLE color: 9461328.

HSL color Cylindrical-coordinate representation of color #505E90: hue angle of 226.88º 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 #505E90 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8094144-
CMYK0.440.3500.44
HSL226.88º28.57%43.92%-
HSV(B)226.88º44.44%56.47%-
XYZ12.3511.7228-
YUV95.51155.36116.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.16%
GREEN value IS 94 (37.11% from 255) = 29.56%
BLUE value IS 144 (56.64% from 255) = 45.28%
R=25.16%
G=29.56%
B=45.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80941440.440.3500.44226.8828.5743.92
Hex505E902C2302Ce31d2c
Octal12013622054430543433554
Binary101000010111101001000010110010001101011001110001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505E90; }

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

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

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

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

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

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

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

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