#505489

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

Shades of Governor Bay #505489

Tints of Governor Bay #505489

Color information

#505489 (or 0x505489) is unknown color: approx Governor Bay. HEX triplet: 50, 54 and 89. RGB value is (80,84,137). Sum of RGB (Red+Green+Blue) = 80+84+137=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #505489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505489 is #AFAB76. Grayscale: #585858. Windows color (decimal): -11512695 or 9000016. OLE color: 9000016.

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

Color convert

RGB8084137-
CMYK0.420.3900.46
HSL235.79º26.27%42.55%-
HSV(B)235.79º41.61%53.73%-
XYZ10.999.8524.99-
YUV88.85155.17121.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 137 (53.91% from 255) = 45.51%
R=26.58%
G=27.91%
B=45.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80841370.420.3900.46235.7926.2742.55
Hex5054892A2702Eec1a2b
Octal12012421152470563543253
Binary101000010101001000100110101010011101011101110110011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505489; }

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

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

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

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

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

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

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

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