#5A5699

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

Shades of Governor Bay #5A5699

Tints of Governor Bay #5A5699

Color information

#5A5699 (or 0x5A5699) is unknown color: approx Governor Bay. HEX triplet: 5A, 56 and 99. RGB value is (90,86,153). Sum of RGB (Red+Green+Blue) = 90+86+153=329 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.36% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #5A5699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5699 is #A5A966. Grayscale: #5E5E5E. Windows color (decimal): -10856807 or 10049114. OLE color: 10049114.

HSL color Cylindrical-coordinate representation of color #5A5699: hue angle of 243.58º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A5699 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9086153-
CMYK0.410.4400.4
HSL243.58º28.03%46.86%-
HSV(B)243.58º43.79%60%-
XYZ13.2911.1331.58-
YUV94.83160.83124.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.36%
GREEN value IS 86 (33.98% from 255) = 26.14%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=27.36%
G=26.14%
B=46.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal90861530.410.4400.4243.5828.0346.86
Hex5A5699292C028f41c2f
Octal13212623151540503643457
Binary101101010101101001100110100110110001010001111010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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