#505598

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

Shades of Governor Bay #505598

Tints of Governor Bay #505598

Color information

#505598 (or 0x505598) is unknown color: approx Governor Bay. HEX triplet: 50, 55 and 98. RGB value is (80,85,152). Sum of RGB (Red+Green+Blue) = 80+85+152=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #505598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505598 is #AFAA67. Grayscale: #5A5A5A. Windows color (decimal): -11512424 or 9983312. OLE color: 9983312.

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

Color convert

RGB8085152-
CMYK0.470.4400.40
HSL235.83º31.03%45.49%-
HSV(B)235.83º47.37%59.61%-
XYZ12.2210.4731.08-
YUV91.14162.34120.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 152 (59.77% from 255) = 47.95%
R=25.24%
G=26.81%
B=47.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80851520.470.4400.40235.8331.0345.49
Hex5055982F2C028ec1f2d
Octal12012523057540503543755
Binary101000010101011001100010111110110001010001110110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505598; }

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

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

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

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

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

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

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

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