#505998

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

Shades of Governor Bay #505998

Tints of Governor Bay #505998

Color information

#505998 (or 0x505998) is unknown color: approx Governor Bay. HEX triplet: 50, 59 and 98. RGB value is (80,89,152). Sum of RGB (Red+Green+Blue) = 80+89+152=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #505998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505998 is #AFA667. Grayscale: #5D5D5D. Windows color (decimal): -11511400 or 9984336. OLE color: 9984336.

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

Color convert

RGB8089152-
CMYK0.470.4100.40
HSL232.5º31.03%45.49%-
HSV(B)232.5º47.37%59.61%-
XYZ12.5511.1231.19-
YUV93.49161.02118.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 152 (59.77% from 255) = 47.35%
R=24.92%
G=27.73%
B=47.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80891520.470.4100.40232.531.0345.49
Hex5059982F29028e81f2d
Octal12013123057510503503755
Binary101000010110011001100010111110100101010001110100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505998; }

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

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

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

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

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

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

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

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