#505088

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

Shades of Governor Bay #505088

Tints of Governor Bay #505088

Color information

#505088 (or 0x505088) is unknown color: approx Governor Bay. HEX triplet: 50, 50 and 88. RGB value is (80,80,136). Sum of RGB (Red+Green+Blue) = 80+80+136=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 136 - color contains mainly: blue. Hex color #505088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505088 is #AFAF77. Grayscale: #565656. Windows color (decimal): -11513720 or 8933456. OLE color: 8933456.

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

Color convert

RGB8080136-
CMYK0.410.4100.47
HSL240º25.93%42.35%-
HSV(B)240º41.18%53.33%-
XYZ10.629.2224.51-
YUV86.38156123.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.03%
GREEN value IS 80 (31.64% from 255) = 27.03%
BLUE value IS 136 (53.52% from 255) = 45.95%
R=27.03%
G=27.03%
B=45.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80801360.410.4100.4724025.9342.35
Hex505088292902Ff01a2a
Octal12012021051510573603252
Binary101000010100001000100010100110100101011111111000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505088; }

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

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

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

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

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

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

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

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