#5A559B

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

Shades of Governor Bay #5A559B

Tints of Governor Bay #5A559B

Color information

#5A559B (or 0x5A559B) is unknown color: approx Governor Bay. HEX triplet: 5A, 55 and 9B. RGB value is (90,85,155). Sum of RGB (Red+Green+Blue) = 90+85+155=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A559B is #A5AA64. Grayscale: #5E5E5E. Windows color (decimal): -10857061 or 10179930. OLE color: 10179930.

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

Color convert

RGB9085155-
CMYK0.420.4500.39
HSL244.29º29.17%47.06%-
HSV(B)244.29º45.16%60.78%-
XYZ13.3811.0432.44-
YUV94.48162.16124.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.27%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=27.27%
G=25.76%
B=46.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90851550.420.4500.39244.2929.1747.06
Hex5A559B2A2D027f41d2f
Octal13212523352550473643557
Binary101101010101011001101110101010110101001111111010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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