#505889

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

Shades of Governor Bay #505889

Tints of Governor Bay #505889

Color information

#505889 (or 0x505889) is unknown color: approx Governor Bay. HEX triplet: 50, 58 and 89. RGB value is (80,88,137). Sum of RGB (Red+Green+Blue) = 80+88+137=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #505889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505889 is #AFA776. Grayscale: #5A5A5A. Windows color (decimal): -11511671 or 9001040. OLE color: 9001040.

HSL color Cylindrical-coordinate representation of color #505889: hue angle of 231.58º 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 #505889 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8088137-
CMYK0.420.3600.46
HSL231.58º26.27%42.55%-
HSV(B)231.58º41.61%53.73%-
XYZ11.3110.4925.1-
YUV91.19153.85120.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 88 (34.77% from 255) = 28.85%
BLUE value IS 137 (53.91% from 255) = 44.92%
R=26.23%
G=28.85%
B=44.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80881370.420.3600.46231.5826.2742.55
Hex5058892A2402Ee81a2b
Octal12013021152440563503253
Binary101000010110001000100110101010010001011101110100011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505889; }

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

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

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

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

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

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

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

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