#5A5696

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

Shades of Governor Bay #5A5696

Tints of Governor Bay #5A5696

Color information

#5A5696 (or 0x5A5696) is unknown color: approx Governor Bay. HEX triplet: 5A, 56 and 96. RGB value is (90,86,150). Sum of RGB (Red+Green+Blue) = 90+86+150=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #5A5696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5696 is #A5A969. Grayscale: #5E5E5E. Windows color (decimal): -10856810 or 9852506. OLE color: 9852506.

HSL color Cylindrical-coordinate representation of color #5A5696: hue angle of 243.75º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A5696 is Cyan = 0.4, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9086150-
CMYK0.40.4300.41
HSL243.75º27.12%46.27%-
HSV(B)243.75º42.67%58.82%-
XYZ13.0511.0330.3-
YUV94.49159.33124.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.61%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 150 (58.98% from 255) = 46.01%
R=27.61%
G=26.38%
B=46.01%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal90861500.40.4300.41243.7527.1246.27
Hex5A5696282B029f41b2e
Octal13212622650530513643356
Binary101101010101101001011010100010101101010011111010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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