#505587

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

Shades of Governor Bay #505587

Tints of Governor Bay #505587

Color information

#505587 (or 0x505587) is unknown color: approx Governor Bay. HEX triplet: 50, 55 and 87. RGB value is (80,85,135). Sum of RGB (Red+Green+Blue) = 80+85+135=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #505587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505587 is #AFAA78. Grayscale: #595959. Windows color (decimal): -11512441 or 8869200. OLE color: 8869200.

HSL color Cylindrical-coordinate representation of color #505587: hue angle of 234.55º 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 #505587 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8085135-
CMYK0.410.3700.47
HSL234.55º25.58%42.16%-
HSV(B)234.55º40.74%52.94%-
XYZ10.939.9524.27-
YUV89.2153.84121.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 135 (53.12% from 255) = 45%
R=26.67%
G=28.33%
B=45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80851350.410.3700.47234.5525.5842.16
Hex505587292502Feb1a2a
Octal12012520751450573533252
Binary101000010101011000011110100110010101011111110101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505587; }

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

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

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

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

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

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

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

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