#5A529C

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

Shades of Governor Bay #5A529C

Tints of Governor Bay #5A529C

Color information

#5A529C (or 0x5A529C) is unknown color: approx Governor Bay. HEX triplet: 5A, 52 and 9C. RGB value is (90,82,156). Sum of RGB (Red+Green+Blue) = 90+82+156=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #5A529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A529C is #A5AD63. Grayscale: #5C5C5C. Windows color (decimal): -10857828 or 10244698. OLE color: 10244698.

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

Color convert

RGB9082156-
CMYK0.420.4700.39
HSL246.49º31.09%46.67%-
HSV(B)246.49º47.44%61.18%-
XYZ13.2310.6132.8-
YUV92.83163.65125.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.44%
GREEN value IS 82 (32.42% from 255) = 25%
BLUE value IS 156 (61.33% from 255) = 47.56%
R=27.44%
G=25%
B=47.56%

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
Decimal90821560.420.4700.39246.4931.0946.67
Hex5A529C2A2F027f61f2f
Octal13212223452570473663757
Binary101101010100101001110010101010111101001111111011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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