#5A5498

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

Shades of Governor Bay #5A5498

Tints of Governor Bay #5A5498

Color information

#5A5498 (or 0x5A5498) is unknown color: approx Governor Bay. HEX triplet: 5A, 54 and 98. RGB value is (90,84,152). Sum of RGB (Red+Green+Blue) = 90+84+152=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #5A5498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5498 is #A5AB67. Grayscale: #5D5D5D. Windows color (decimal): -10857320 or 9983066. OLE color: 9983066.

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

Color convert

RGB9084152-
CMYK0.410.4500.40
HSL245.29º28.81%46.27%-
HSV(B)245.29º44.74%59.61%-
XYZ13.0510.7831.1-
YUV93.55160.99125.47-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.61%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 152 (59.77% from 255) = 46.63%
R=27.61%
G=25.77%
B=46.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal90841520.410.4500.40245.2928.8146.27
Hex5A5498292D028f51d2e
Octal13212423051550503653556
Binary101101010101001001100010100110110101010001111010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,84,152); }

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

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

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

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

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

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

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