#5A5693

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

Shades of Governor Bay #5A5693

Tints of Governor Bay #5A5693

Color information

#5A5693 (or 0x5A5693) is unknown color: approx Governor Bay. HEX triplet: 5A, 56 and 93. RGB value is (90,86,147). Sum of RGB (Red+Green+Blue) = 90+86+147=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A5693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5693 is #A5A96C. Grayscale: #5D5D5D. Windows color (decimal): -10856813 or 9655898. OLE color: 9655898.

HSL color Cylindrical-coordinate representation of color #5A5693: hue angle of 243.93º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A5693 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9086147-
CMYK0.390.4100.42
HSL243.93º26.18%45.69%-
HSV(B)243.93º41.5%57.65%-
XYZ12.8110.9429.04-
YUV94.15157.83125.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.86%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 147 (57.81% from 255) = 45.51%
R=27.86%
G=26.63%
B=45.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90861470.390.4100.42243.9326.1845.69
Hex5A5693272902Af41a2e
Octal13212622347510523643256
Binary101101010101101001001110011110100101010101111010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,86,147); }

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

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

 a { background-color: rgb(90,86,147); }

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

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

 span { border-color: rgb(90,86,147); }

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