#505798

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

Shades of Governor Bay #505798

Tints of Governor Bay #505798

Color information

#505798 (or 0x505798) is unknown color: approx Governor Bay. HEX triplet: 50, 57 and 98. RGB value is (80,87,152). Sum of RGB (Red+Green+Blue) = 80+87+152=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #505798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505798 is #AFA867. Grayscale: #5C5C5C. Windows color (decimal): -11511912 or 9983824. OLE color: 9983824.

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

Color convert

RGB8087152-
CMYK0.470.4300.40
HSL234.17º31.03%45.49%-
HSV(B)234.17º47.37%59.61%-
XYZ12.3810.7931.14-
YUV92.32161.68119.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 152 (59.77% from 255) = 47.65%
R=25.08%
G=27.27%
B=47.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80871520.470.4300.40234.1731.0345.49
Hex5057982F2B028ea1f2d
Octal12012723057530503523755
Binary101000010101111001100010111110101101010001110101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505798; }

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

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

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

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

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

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

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

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