#505A88

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

Shades of Governor Bay #505A88

Tints of Governor Bay #505A88

Color information

#505A88 (or 0x505A88) is unknown color: approx Governor Bay. HEX triplet: 50, 5A and 88. RGB value is (80,90,136). Sum of RGB (Red+Green+Blue) = 80+90+136=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #505A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505A88 is #AFA577. Grayscale: #5C5C5C. Windows color (decimal): -11511160 or 8936016. OLE color: 8936016.

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

Color convert

RGB8090136-
CMYK0.410.3400.47
HSL229.29º25.93%42.35%-
HSV(B)229.29º41.18%53.33%-
XYZ11.4110.824.77-
YUV92.25152.69119.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 90 (35.55% from 255) = 29.41%
BLUE value IS 136 (53.52% from 255) = 44.44%
R=26.14%
G=29.41%
B=44.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80901360.410.3400.47229.2925.9342.35
Hex505A88292202Fe51a2a
Octal12013221051420573453252
Binary101000010110101000100010100110001001011111110010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505A88; }

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

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

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

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

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

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

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

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