#505599

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

Shades of Governor Bay #505599

Tints of Governor Bay #505599

Color information

#505599 (or 0x505599) is unknown color: approx Governor Bay. HEX triplet: 50, 55 and 99. RGB value is (80,85,153). Sum of RGB (Red+Green+Blue) = 80+85+153=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #505599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505599 is #AFAA66. Grayscale: #5A5A5A. Windows color (decimal): -11512423 or 10048848. OLE color: 10048848.

HSL color Cylindrical-coordinate representation of color #505599: hue angle of 235.89º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #505599 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8085153-
CMYK0.480.4400.4
HSL235.89º31.33%45.69%-
HSV(B)235.89º47.71%60%-
XYZ12.3110.531.52-
YUV91.26162.84119.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.16%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 153 (60.16% from 255) = 48.11%
R=25.16%
G=26.73%
B=48.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80851530.480.4400.4235.8931.3345.69
Hex505599302C028ec1f2e
Octal12012523160540503543756
Binary101000010101011001100111000010110001010001110110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505599; }

 p { color: rgb(80,85,153); }

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

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

 a { background-color: rgb(80,85,153); }

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

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

 span { border-color: rgb(80,85,153); }

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