#5A5A9B

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

Shades of Governor Bay #5A5A9B

Tints of Governor Bay #5A5A9B

Color information

#5A5A9B (or 0x5A5A9B) is unknown color: approx Governor Bay. HEX triplet: 5A, 5A and 9B. RGB value is (90,90,155). Sum of RGB (Red+Green+Blue) = 90+90+155=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A5A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5A9B is #A5A564. Grayscale: #616161. Windows color (decimal): -10855781 or 10181210. OLE color: 10181210.

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

Color convert

RGB9090155-
CMYK0.420.4200.39
HSL240º26.53%48.04%-
HSV(B)240º41.94%60.78%-
XYZ13.7911.8532.57-
YUV97.41160.5122.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.87%
GREEN value IS 90 (35.55% from 255) = 26.87%
BLUE value IS 155 (60.94% from 255) = 46.27%
R=26.87%
G=26.87%
B=46.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90901550.420.4200.3924026.5348.04
Hex5A5A9B2A2A027f01b30
Octal13213223352520473603360
Binary101101010110101001101110101010101001001111111000011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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