#505B98

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

Shades of Governor Bay #505B98

Tints of Governor Bay #505B98

Color information

#505B98 (or 0x505B98) is unknown color: approx Governor Bay. HEX triplet: 50, 5B and 98. RGB value is (80,91,152). Sum of RGB (Red+Green+Blue) = 80+91+152=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #505B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505B98 is #AFA467. Grayscale: #5E5E5E. Windows color (decimal): -11510888 or 9984848. OLE color: 9984848.

HSL color Cylindrical-coordinate representation of color #505B98: hue angle of 230.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 #505B98 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8091152-
CMYK0.470.4000.40
HSL230.83º31.03%45.49%-
HSV(B)230.83º47.37%59.61%-
XYZ12.7211.4531.25-
YUV94.66160.36117.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 91 (35.94% from 255) = 28.17%
BLUE value IS 152 (59.77% from 255) = 47.06%
R=24.77%
G=28.17%
B=47.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80911520.470.4000.40230.8331.0345.49
Hex505B982F28028e71f2d
Octal12013323057500503473755
Binary101000010110111001100010111110100001010001110011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505B98; }

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

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

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

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

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

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

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

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