#505588

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

Shades of Governor Bay #505588

Tints of Governor Bay #505588

Color information

#505588 (or 0x505588) is unknown color: approx Governor Bay. HEX triplet: 50, 55 and 88. RGB value is (80,85,136). Sum of RGB (Red+Green+Blue) = 80+85+136=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #505588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505588 is #AFAA77. Grayscale: #595959. Windows color (decimal): -11512440 or 8934736. OLE color: 8934736.

HSL color Cylindrical-coordinate representation of color #505588: hue angle of 234.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #505588 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8085136-
CMYK0.410.3800.47
HSL234.64º25.93%42.35%-
HSV(B)234.64º41.18%53.33%-
XYZ119.9824.64-
YUV89.32154.34121.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 136 (53.52% from 255) = 45.18%
R=26.58%
G=28.24%
B=45.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80851360.410.3800.47234.6425.9342.35
Hex505588292602Feb1a2a
Octal12012521051460573533252
Binary101000010101011000100010100110011001011111110101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505588; }

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

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

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

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

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

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

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

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