#50599A

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

Shades of Governor Bay #50599A

Tints of Governor Bay #50599A

Color information

#50599A (or 0x50599A) is unknown color: approx Governor Bay. HEX triplet: 50, 59 and 9A. RGB value is (80,89,154). Sum of RGB (Red+Green+Blue) = 80+89+154=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #50599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50599A is #AFA665. Grayscale: #5D5D5D. Windows color (decimal): -11511398 or 10115408. OLE color: 10115408.

HSL color Cylindrical-coordinate representation of color #50599A: hue angle of 232.7º degrees, saturation: 0.32, 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 #50599A is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8089154-
CMYK0.480.4200.40
HSL232.7º31.62%45.88%-
HSV(B)232.7º48.05%60.39%-
XYZ12.7111.1832.06-
YUV93.72162.02118.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 154 (60.55% from 255) = 47.68%
R=24.77%
G=27.55%
B=47.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80891540.480.4200.40232.731.6245.88
Hex50599A302A028e9202e
Octal12013123260520503514056
Binary1010000101100110011010110000101010010100011101001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50599A; }

 p { color: rgb(80,89,154); }

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

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

 a { background-color: rgb(80,89,154); }

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

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

 span { border-color: rgb(80,89,154); }

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