#58588A

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

Shades of Governor Bay #58588A

Tints of Governor Bay #58588A

Color information

#58588A (or 0x58588A) is unknown color: approx Governor Bay. HEX triplet: 58, 58 and 8A. RGB value is (88,88,138). Sum of RGB (Red+Green+Blue) = 88+88+138=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #58588A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58588A is #A7A775. Grayscale: #5D5D5D. Windows color (decimal): -10987382 or 9066584. OLE color: 9066584.

HSL color Cylindrical-coordinate representation of color #58588A: hue angle of 240º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58588A is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8888138-
CMYK0.360.3600.46
HSL240º22.12%44.31%-
HSV(B)240º36.23%54.12%-
XYZ12.110.8925.51-
YUV93.7153123.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 88 (34.77% from 255) = 28.03%
BLUE value IS 138 (54.30% from 255) = 43.95%
R=28.03%
G=28.03%
B=43.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal88881380.360.3600.4624022.1244.31
Hex58588A242402Ef0162c
Octal13013021244440563602654
Binary101100010110001000101010010010010001011101111000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58588A; }

 p { color: rgb(88,88,138); }

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

<style>
 a { background-color: #58588A; }

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

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

<style>
 span { border-color: #58588A; }

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

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