#505596

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

Shades of Governor Bay #505596

Tints of Governor Bay #505596

Color information

#505596 (or 0x505596) is unknown color: approx Governor Bay. HEX triplet: 50, 55 and 96. RGB value is (80,85,150). Sum of RGB (Red+Green+Blue) = 80+85+150=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #505596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505596 is #AFAA69. Grayscale: #5A5A5A. Windows color (decimal): -11512426 or 9852240. OLE color: 9852240.

HSL color Cylindrical-coordinate representation of color #505596: hue angle of 235.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #505596 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8085150-
CMYK0.470.4300.41
HSL235.71º30.43%45.1%-
HSV(B)235.71º46.67%58.82%-
XYZ12.0610.430.23-
YUV90.92161.34120.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 150 (58.98% from 255) = 47.62%
R=25.40%
G=26.98%
B=47.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80851500.470.4300.41235.7130.4345.1
Hex5055962F2B029ec1e2d
Octal12012522657530513543655
Binary101000010101011001011010111110101101010011110110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505596; }

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

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

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

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

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

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

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

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