#505288

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

Shades of Governor Bay #505288

Tints of Governor Bay #505288

Color information

#505288 (or 0x505288) is unknown color: approx Governor Bay. HEX triplet: 50, 52 and 88. RGB value is (80,82,136). Sum of RGB (Red+Green+Blue) = 80+82+136=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #505288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505288 is #AFAD77. Grayscale: #575757. Windows color (decimal): -11513208 or 8933968. OLE color: 8933968.

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

Color convert

RGB8082136-
CMYK0.410.4000.47
HSL237.86º25.93%42.35%-
HSV(B)237.86º41.18%53.33%-
XYZ10.779.5224.56-
YUV87.56155.34122.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.85%
GREEN value IS 82 (32.42% from 255) = 27.52%
BLUE value IS 136 (53.52% from 255) = 45.64%
R=26.85%
G=27.52%
B=45.64%

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
Decimal80821360.410.4000.47237.8625.9342.35
Hex505288292802Fee1a2a
Octal12012221051500573563252
Binary101000010100101000100010100110100001011111110111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505288; }

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

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

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

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

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

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

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

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