#58558D

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

Shades of Governor Bay #58558D

Tints of Governor Bay #58558D

Color information

#58558D (or 0x58558D) is unknown color: approx Governor Bay. HEX triplet: 58, 55 and 8D. RGB value is (88,85,141). Sum of RGB (Red+Green+Blue) = 88+85+141=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #58558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58558D is #A7AA72. Grayscale: #5C5C5C. Windows color (decimal): -10988147 or 9262424. OLE color: 9262424.

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

Color convert

RGB8885141-
CMYK0.380.4000.45
HSL243.21º24.78%44.31%-
HSV(B)243.21º39.72%55.29%-
XYZ12.0810.4926.59-
YUV92.28155.49124.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 141 (55.47% from 255) = 44.90%
R=28.03%
G=27.07%
B=44.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88851410.380.4000.45243.2124.7844.31
Hex58558D262802Df3192c
Octal13012521546500553633154
Binary101100010101011000110110011010100001011011111001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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