#505F99

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

Shades of Governor Bay #505F99

Tints of Governor Bay #505F99

Color information

#505F99 (or 0x505F99) is unknown color: approx Governor Bay. HEX triplet: 50, 5F and 99. RGB value is (80,95,153). Sum of RGB (Red+Green+Blue) = 80+95+153=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #505F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505F99 is #AFA066. Grayscale: #606060. Windows color (decimal): -11509863 or 10051408. OLE color: 10051408.

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

Color convert

RGB8095153-
CMYK0.480.3800.4
HSL227.67º31.33%45.69%-
HSV(B)227.67º47.71%60%-
XYZ13.1512.1931.8-
YUV97.13159.53115.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.39%
GREEN value IS 95 (37.5% from 255) = 28.96%
BLUE value IS 153 (60.16% from 255) = 46.65%
R=24.39%
G=28.96%
B=46.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80951530.480.3800.4227.6731.3345.69
Hex505F993026028e41f2e
Octal12013723160460503443756
Binary101000010111111001100111000010011001010001110010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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