#505399

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

Shades of Governor Bay #505399

Tints of Governor Bay #505399

Color information

#505399 (or 0x505399) is unknown color: approx Governor Bay. HEX triplet: 50, 53 and 99. RGB value is (80,83,153). Sum of RGB (Red+Green+Blue) = 80+83+153=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #505399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505399 is #AFAC66. Grayscale: #595959. Windows color (decimal): -11512935 or 10048336. OLE color: 10048336.

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

Color convert

RGB8083153-
CMYK0.480.4600.4
HSL237.53º31.33%45.69%-
HSV(B)237.53º47.71%60%-
XYZ12.1510.1931.46-
YUV90.08163.51120.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.32%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=25.32%
G=26.27%
B=48.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80831530.480.4600.4237.5331.3345.69
Hex505399302E028ee1f2e
Octal12012323160560503563756
Binary101000010100111001100111000010111001010001110111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505399; }

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

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

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

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

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

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

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

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