#5A529B

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

Shades of Governor Bay #5A529B

Tints of Governor Bay #5A529B

Color information

#5A529B (or 0x5A529B) is unknown color: approx Governor Bay. HEX triplet: 5A, 52 and 9B. RGB value is (90,82,155). Sum of RGB (Red+Green+Blue) = 90+82+155=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A529B is #A5AD64. Grayscale: #5C5C5C. Windows color (decimal): -10857829 or 10179162. OLE color: 10179162.

HSL color Cylindrical-coordinate representation of color #5A529B: hue angle of 246.58º 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 #5A529B is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9082155-
CMYK0.420.4700.39
HSL246.58º30.8%46.47%-
HSV(B)246.58º47.1%60.78%-
XYZ13.1510.5732.36-
YUV92.71163.15126.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.52%
GREEN value IS 82 (32.42% from 255) = 25.08%
BLUE value IS 155 (60.94% from 255) = 47.40%
R=27.52%
G=25.08%
B=47.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90821550.420.4700.39246.5830.846.47
Hex5A529B2A2F027f71f2e
Octal13212223352570473673756
Binary101101010100101001101110101010111101001111111011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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