#5A509B

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

Shades of Governor Bay #5A509B

Tints of Governor Bay #5A509B

Color information

#5A509B (or 0x5A509B) is unknown color: approx Governor Bay. HEX triplet: 5A, 50 and 9B. RGB value is (90,80,155). Sum of RGB (Red+Green+Blue) = 90+80+155=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A509B is #A5AF64. Grayscale: #5B5B5B. Windows color (decimal): -10858341 or 10178650. OLE color: 10178650.

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

Color convert

RGB9080155-
CMYK0.420.4800.39
HSL248º31.91%46.08%-
HSV(B)248º48.39%60.78%-
XYZ1310.2832.31-
YUV91.54163.81126.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.69%
GREEN value IS 80 (31.64% from 255) = 24.62%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=27.69%
G=24.62%
B=47.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90801550.420.4800.3924831.9146.08
Hex5A509B2A30027f8202e
Octal13212023352600473704056
Binary1011010101000010011011101010110000010011111111000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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