#505C89

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

Shades of Governor Bay #505C89

Tints of Governor Bay #505C89

Color information

#505C89 (or 0x505C89) is unknown color: approx Governor Bay. HEX triplet: 50, 5C and 89. RGB value is (80,92,137). Sum of RGB (Red+Green+Blue) = 80+92+137=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #505C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505C89 is #AFA376. Grayscale: #5D5D5D. Windows color (decimal): -11510647 or 9002064. OLE color: 9002064.

HSL color Cylindrical-coordinate representation of color #505C89: hue angle of 227.37º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #505C89 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8092137-
CMYK0.420.3300.46
HSL227.37º26.27%42.55%-
HSV(B)227.37º41.61%53.73%-
XYZ11.6511.1725.21-
YUV93.54152.52118.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.89%
GREEN value IS 92 (36.33% from 255) = 29.77%
BLUE value IS 137 (53.91% from 255) = 44.34%
R=25.89%
G=29.77%
B=44.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80921370.420.3300.46227.3726.2742.55
Hex505C892A2102Ee31a2b
Octal12013421152410563433253
Binary101000010111001000100110101010000101011101110001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,92,137); }

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

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

 a { background-color: rgb(80,92,137); }

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

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

 span { border-color: rgb(80,92,137); }

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