#58588D

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

Shades of Governor Bay #58588D

Tints of Governor Bay #58588D

Color information

#58588D (or 0x58588D) is unknown color: approx Governor Bay. HEX triplet: 58, 58 and 8D. RGB value is (88,88,141). Sum of RGB (Red+Green+Blue) = 88+88+141=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #58588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58588D is #A7A772. Grayscale: #5D5D5D. Windows color (decimal): -10987379 or 9263192. OLE color: 9263192.

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

Color convert

RGB8888141-
CMYK0.380.3800.45
HSL240º23.14%44.9%-
HSV(B)240º37.59%55.29%-
XYZ12.3210.9826.67-
YUV94.04154.5123.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.76%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 141 (55.47% from 255) = 44.48%
R=27.76%
G=27.76%
B=44.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88881410.380.3800.4524023.1444.9
Hex58588D262602Df0172d
Octal13013021546460553602755
Binary101100010110001000110110011010011001011011111000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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