#5A588B

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

Shades of Governor Bay #5A588B

Tints of Governor Bay #5A588B

Color information

#5A588B (or 0x5A588B) is unknown color: approx Governor Bay. HEX triplet: 5A, 58 and 8B. RGB value is (90,88,139). Sum of RGB (Red+Green+Blue) = 90+88+139=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A588B is #A5A774. Grayscale: #5E5E5E. Windows color (decimal): -10856309 or 9132122. OLE color: 9132122.

HSL color Cylindrical-coordinate representation of color #5A588B: hue angle of 242.35º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A588B is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9088139-
CMYK0.350.3700.45
HSL242.35º22.47%44.51%-
HSV(B)242.35º36.69%54.51%-
XYZ12.3711.0225.9-
YUV94.41153.16124.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.39%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=28.39%
G=27.76%
B=43.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90881390.350.3700.45242.3522.4744.51
Hex5A588B232502Df2162d
Octal13213021343450553622655
Binary101101010110001000101110001110010101011011111001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,88,139); }

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

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

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

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

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

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

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