#5a5992

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

Shades of Governor Bay #5A5992

Tints of Governor Bay #5A5992

Color information

#5A5992 (or 0x5A5992) is unknown color: approx Governor Bay. HEX triplet: 5A, 59 and 92. RGB value is (90,89,146). Sum of RGB (Red+Green+Blue) = 90+89+146=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A5992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5992 is #A5A66D. Grayscale: #5F5F5F. Windows color (decimal): -10856046 or 9591130. OLE color: 9591130.

HSL color Cylindrical-coordinate representation of color #5A5992: hue angle of 241.05º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A5992 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9089146-
CMYK0.380.3900.43
HSL241.05º24.26%46.08%-
HSV(B)241.05º39.04%57.25%-
XYZ12.9811.3928.71-
YUV95.8156.33123.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.69%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=27.69%
G=27.38%
B=44.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal90891460.380.3900.43241.0524.2646.08
Hex5A5992262702Bf1182e
Octal13213122246470533613056
Binary101101010110011001001010011010011101010111111000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a5992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,89,146); }

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

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

 a { background-color: rgb(90,89,146); }

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

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

 span { border-color: rgb(90,89,146); }

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