#5A5097

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

Shades of Governor Bay #5A5097

Tints of Governor Bay #5A5097

Color information

#5A5097 (or 0x5A5097) is unknown color: approx Governor Bay. HEX triplet: 5A, 50 and 97. RGB value is (90,80,151). Sum of RGB (Red+Green+Blue) = 90+80+151=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 151 - color contains mainly: blue. Hex color #5A5097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5097 is #A5AF68. Grayscale: #5A5A5A. Windows color (decimal): -10858345 or 9916506. OLE color: 9916506.

HSL color Cylindrical-coordinate representation of color #5A5097: hue angle of 248.45º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A5097 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9080151-
CMYK0.400.4700.41
HSL248.45º30.74%45.29%-
HSV(B)248.45º47.02%59.22%-
XYZ12.6710.1530.57-
YUV91.08161.81127.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.04%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 151 (59.38% from 255) = 47.04%
R=28.04%
G=24.92%
B=47.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal90801510.400.4700.41248.4530.7445.29
Hex5A5097282F029f81f2d
Octal13212022750570513703755
Binary101101010100001001011110100010111101010011111100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A5097; }

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

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

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

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

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

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

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

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