#505A9C

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

Shades of Governor Bay #505A9C

Tints of Governor Bay #505A9C

Color information

#505A9C (or 0x505A9C) is unknown color: approx Governor Bay. HEX triplet: 50, 5A and 9C. RGB value is (80,90,156). Sum of RGB (Red+Green+Blue) = 80+90+156=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #505A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505A9C is #AFA563. Grayscale: #5E5E5E. Windows color (decimal): -11511140 or 10246736. OLE color: 10246736.

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

Color convert

RGB8090156-
CMYK0.490.4200.39
HSL232.11º32.2%46.27%-
HSV(B)232.11º48.72%61.18%-
XYZ12.9711.4232.97-
YUV94.53162.69117.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.54%
GREEN value IS 90 (35.55% from 255) = 27.61%
BLUE value IS 156 (61.33% from 255) = 47.85%
R=24.54%
G=27.61%
B=47.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80901560.490.4200.39232.1132.246.27
Hex505A9C312A027e8202e
Octal12013223461520473504056
Binary1010000101101010011100110001101010010011111101000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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