#505583

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

Shades of Governor Bay #505583

Tints of Governor Bay #505583

Color information

#505583 (or 0x505583) is unknown color: approx Governor Bay. HEX triplet: 50, 55 and 83. RGB value is (80,85,131). Sum of RGB (Red+Green+Blue) = 80+85+131=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #505583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505583 is #AFAA7C. Grayscale: #585858. Windows color (decimal): -11512445 or 8607056. OLE color: 8607056.

HSL color Cylindrical-coordinate representation of color #505583: hue angle of 234.12º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #505583 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8085131-
CMYK0.390.3500.49
HSL234.12º24.17%41.37%-
HSV(B)234.12º38.93%51.37%-
XYZ10.659.8422.81-
YUV88.75151.84121.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.03%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 131 (51.56% from 255) = 44.26%
R=27.03%
G=28.72%
B=44.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80851310.390.3500.49234.1224.1741.37
Hex5055832723031ea1829
Octal12012520347430613523051
Binary101000010101011000001110011110001101100011110101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505583; }

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

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

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

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

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

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

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

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