#505999

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

Shades of Governor Bay #505999

Tints of Governor Bay #505999

Color information

#505999 (or 0x505999) is unknown color: approx Governor Bay. HEX triplet: 50, 59 and 99. RGB value is (80,89,153). Sum of RGB (Red+Green+Blue) = 80+89+153=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #505999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505999 is #AFA666. Grayscale: #5D5D5D. Windows color (decimal): -11511399 or 10049872. OLE color: 10049872.

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

Color convert

RGB8089153-
CMYK0.480.4200.4
HSL232.6º31.33%45.69%-
HSV(B)232.6º47.71%60%-
XYZ12.6311.1531.62-
YUV93.6161.52118.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.84%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=24.84%
G=27.64%
B=47.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80891530.480.4200.4232.631.3345.69
Hex505999302A028e91f2e
Octal12013123160520503513756
Binary101000010110011001100111000010101001010001110100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505999; }

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

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

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

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

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

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

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

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