#5A569D

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

Shades of Governor Bay #5A569D

Tints of Governor Bay #5A569D

Color information

#5A569D (or 0x5A569D) is unknown color: approx Governor Bay. HEX triplet: 5A, 56 and 9D. RGB value is (90,86,157). Sum of RGB (Red+Green+Blue) = 90+86+157=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A569D is #A5A962. Grayscale: #5F5F5F. Windows color (decimal): -10856803 or 10311258. OLE color: 10311258.

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

Color convert

RGB9086157-
CMYK0.430.4500.38
HSL243.38º29.22%47.65%-
HSV(B)243.38º45.22%61.57%-
XYZ13.6311.2633.35-
YUV95.29162.83124.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.03%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 157 (61.72% from 255) = 47.15%
R=27.03%
G=25.83%
B=47.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90861570.430.4500.38243.3829.2247.65
Hex5A569D2B2D026f31d30
Octal13212623553550463633560
Binary101101010101101001110110101110110101001101111001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,86,157); }

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

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

 a { background-color: rgb(90,86,157); }

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

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

 span { border-color: rgb(90,86,157); }

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