#505188

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

Shades of Governor Bay #505188

Tints of Governor Bay #505188

Color information

#505188 (or 0x505188) is unknown color: approx Governor Bay. HEX triplet: 50, 51 and 88. RGB value is (80,81,136). Sum of RGB (Red+Green+Blue) = 80+81+136=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #505188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505188 is #AFAE77. Grayscale: #565656. Windows color (decimal): -11513464 or 8933712. OLE color: 8933712.

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

Color convert

RGB8081136-
CMYK0.410.4000.47
HSL238.93º25.93%42.35%-
HSV(B)238.93º41.18%53.33%-
XYZ10.699.3724.54-
YUV86.97155.67123.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.94%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 136 (53.52% from 255) = 45.79%
R=26.94%
G=27.27%
B=45.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80811360.410.4000.47238.9325.9342.35
Hex505188292802Fef1a2a
Octal12012121051500573573252
Binary101000010100011000100010100110100001011111110111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505188; }

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

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

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

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

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

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

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

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