#505799

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

Shades of Governor Bay #505799

Tints of Governor Bay #505799

Color information

#505799 (or 0x505799) is unknown color: approx Governor Bay. HEX triplet: 50, 57 and 99. RGB value is (80,87,153). Sum of RGB (Red+Green+Blue) = 80+87+153=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #505799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505799 is #AFA866. Grayscale: #5C5C5C. Windows color (decimal): -11511911 or 10049360. OLE color: 10049360.

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

Color convert

RGB8087153-
CMYK0.480.4300.4
HSL234.25º31.33%45.69%-
HSV(B)234.25º47.71%60%-
XYZ12.4710.8231.57-
YUV92.43162.18119.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=25%
G=27.19%
B=47.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80871530.480.4300.4234.2531.3345.69
Hex505799302B028ea1f2e
Octal12012723160530503523756
Binary101000010101111001100111000010101101010001110101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505799; }

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

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

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

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

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

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

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

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