#505A9A

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

Shades of Governor Bay #505A9A

Tints of Governor Bay #505A9A

Color information

#505A9A (or 0x505A9A) is unknown color: approx Governor Bay. HEX triplet: 50, 5A and 9A. RGB value is (80,90,154). Sum of RGB (Red+Green+Blue) = 80+90+154=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #505A9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505A9A is #AFA565. Grayscale: #5E5E5E. Windows color (decimal): -11511142 or 10115664. OLE color: 10115664.

HSL color Cylindrical-coordinate representation of color #505A9A: hue angle of 231.89º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #505A9A is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8090154-
CMYK0.480.4200.40
HSL231.89º31.62%45.88%-
HSV(B)231.89º48.05%60.39%-
XYZ12.811.3532.09-
YUV94.31161.69117.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.69%
GREEN value IS 90 (35.55% from 255) = 27.78%
BLUE value IS 154 (60.55% from 255) = 47.53%
R=24.69%
G=27.78%
B=47.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80901540.480.4200.40231.8931.6245.88
Hex505A9A302A028e8202e
Octal12013223260520503504056
Binary1010000101101010011010110000101010010100011101000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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