#58589D

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

Shades of Governor Bay #58589D

Tints of Governor Bay #58589D

Color information

#58589D (or 0x58589D) is unknown color: approx Governor Bay. HEX triplet: 58, 58 and 9D. RGB value is (88,88,157). Sum of RGB (Red+Green+Blue) = 88+88+157=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #58589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58589D is #A7A762. Grayscale: #5F5F5F. Windows color (decimal): -10987363 or 10311768. OLE color: 10311768.

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

Color convert

RGB8888157-
CMYK0.440.4400.38
HSL240º28.16%48.04%-
HSV(B)240º43.95%61.57%-
XYZ13.611.4933.4-
YUV95.87162.5122.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.43%
GREEN value IS 88 (34.77% from 255) = 26.43%
BLUE value IS 157 (61.72% from 255) = 47.15%
R=26.43%
G=26.43%
B=47.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88881570.440.4400.3824028.1648.04
Hex58589D2C2C026f01c30
Octal13013023554540463603460
Binary101100010110001001110110110010110001001101111000011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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