#5A5E90

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

Shades of Governor Bay #5A5E90

Tints of Governor Bay #5A5E90

Color information

#5A5E90 (or 0x5A5E90) is unknown color: approx Governor Bay. HEX triplet: 5A, 5E and 90. RGB value is (90,94,144). Sum of RGB (Red+Green+Blue) = 90+94+144=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A5E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5E90 is #A5A16F. Grayscale: #626262. Windows color (decimal): -10854768 or 9461338. OLE color: 9461338.

HSL color Cylindrical-coordinate representation of color #5A5E90: hue angle of 235.56º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A5E90 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9094144-
CMYK0.370.3500.44
HSL235.56º23.08%45.88%-
HSV(B)235.56º37.5%56.47%-
XYZ13.2512.1928.04-
YUV98.5153.67121.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.44%
GREEN value IS 94 (37.11% from 255) = 28.66%
BLUE value IS 144 (56.64% from 255) = 43.90%
R=27.44%
G=28.66%
B=43.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90941440.370.3500.44235.5623.0845.88
Hex5A5E90252302Cec172e
Octal13213622045430543542756
Binary101101010111101001000010010110001101011001110110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,94,144); }

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

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

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

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

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

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

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