#5A539E

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

Shades of Governor Bay #5A539E

Tints of Governor Bay #5A539E

Color information

#5A539E (or 0x5A539E) is unknown color: approx Governor Bay. HEX triplet: 5A, 53 and 9E. RGB value is (90,83,158). Sum of RGB (Red+Green+Blue) = 90+83+158=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A539E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A539E is #A5AC61. Grayscale: #5D5D5D. Windows color (decimal): -10857570 or 10376026. OLE color: 10376026.

HSL color Cylindrical-coordinate representation of color #5A539E: hue angle of 245.6º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A539E is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9083158-
CMYK0.430.4700.38
HSL245.6º31.12%47.25%-
HSV(B)245.6º47.47%61.96%-
XYZ13.4810.8333.73-
YUV93.64164.32125.4-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.19%
GREEN value IS 83 (32.81% from 255) = 25.08%
BLUE value IS 158 (62.11% from 255) = 47.73%
R=27.19%
G=25.08%
B=47.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90831580.430.4700.38245.631.1247.25
Hex5A539E2B2F026f61f2f
Octal13212323653570463663757
Binary101101010100111001111010101110111101001101111011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A539E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,83,158); }

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

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

 a { background-color: rgb(90,83,158); }

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

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

 span { border-color: rgb(90,83,158); }

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