#58598E

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

Shades of Governor Bay #58598E

Tints of Governor Bay #58598E

Color information

#58598E (or 0x58598E) is unknown color: approx Governor Bay. HEX triplet: 58, 59 and 8E. RGB value is (88,89,142). Sum of RGB (Red+Green+Blue) = 88+89+142=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #58598E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58598E is #A7A671. Grayscale: #5E5E5E. Windows color (decimal): -10987122 or 9328984. OLE color: 9328984.

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

Color convert

RGB8889142-
CMYK0.380.3700.44
HSL238.89º23.48%45.1%-
HSV(B)238.89º38.03%55.69%-
XYZ12.4811.1727.09-
YUV94.74154.67123.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.59%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 142 (55.86% from 255) = 44.51%
R=27.59%
G=27.90%
B=44.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88891420.380.3700.44238.8923.4845.1
Hex58598E262502Cef172d
Octal13013121646450543572755
Binary101100010110011000111010011010010101011001110111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58598E; }

 p { color: rgb(88,89,142); }

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

<style>
 a { background-color: #58598E; }

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

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

<style>
 span { border-color: #58598E; }

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

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