#505989

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

Shades of Governor Bay #505989

Tints of Governor Bay #505989

Color information

#505989 (or 0x505989) is unknown color: approx Governor Bay. HEX triplet: 50, 59 and 89. RGB value is (80,89,137). Sum of RGB (Red+Green+Blue) = 80+89+137=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #505989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505989 is #AFA676. Grayscale: #5B5B5B. Windows color (decimal): -11511415 or 9001296. OLE color: 9001296.

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

Color convert

RGB8089137-
CMYK0.420.3500.46
HSL230.53º26.27%42.55%-
HSV(B)230.53º41.61%53.73%-
XYZ11.410.6625.12-
YUV91.78153.52119.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 137 (53.91% from 255) = 44.77%
R=26.14%
G=29.08%
B=44.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80891370.420.3500.46230.5326.2742.55
Hex5059892A2302Ee71a2b
Octal12013121152430563473253
Binary101000010110011000100110101010001101011101110011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505989; }

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

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

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

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

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

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

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

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