#5A5195

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

Shades of Governor Bay #5A5195

Tints of Governor Bay #5A5195

Color information

#5A5195 (or 0x5A5195) is unknown color: approx Governor Bay. HEX triplet: 5A, 51 and 95. RGB value is (90,81,149). Sum of RGB (Red+Green+Blue) = 90+81+149=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A5195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5195 is #A5AE6A. Grayscale: #5B5B5B. Windows color (decimal): -10858091 or 9785690. OLE color: 9785690.

HSL color Cylindrical-coordinate representation of color #5A5195: hue angle of 247.94º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A5195 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9081149-
CMYK0.400.4600.42
HSL247.94º29.57%45.1%-
HSV(B)247.94º45.64%58.43%-
XYZ12.5810.2329.74-
YUV91.44160.48126.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.12%
GREEN value IS 81 (32.03% from 255) = 25.31%
BLUE value IS 149 (58.59% from 255) = 46.56%
R=28.12%
G=25.31%
B=46.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90811490.400.4600.42247.9429.5745.1
Hex5A5195282E02Af81e2d
Octal13212122550560523703655
Binary101101010100011001010110100010111001010101111100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,81,149); }

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

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

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

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

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

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

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