#5E529B

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

Shades of Governor Bay #5E529B

Tints of Governor Bay #5E529B

Color information

#5E529B (or 0x5E529B) is unknown color: approx Governor Bay. HEX triplet: 5E, 52 and 9B. RGB value is (94,82,155). Sum of RGB (Red+Green+Blue) = 94+82+155=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E529B is #A1AD64. Grayscale: #5D5D5D. Windows color (decimal): -10595685 or 10179166. OLE color: 10179166.

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

Color convert

RGB9482155-
CMYK0.390.4700.39
HSL249.86º30.8%46.47%-
HSV(B)249.86º47.1%60.78%-
XYZ13.5510.7832.38-
YUV93.91162.48128.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.40%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=28.40%
G=24.77%
B=46.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94821550.390.4700.39249.8630.846.47
Hex5E529B272F027fa1f2e
Octal13612223347570473723756
Binary101111010100101001101110011110111101001111111101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,82,155); }

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

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

 a { background-color: rgb(94,82,155); }

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

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

 span { border-color: rgb(94,82,155); }

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