#58589C

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

Shades of Governor Bay #58589C

Tints of Governor Bay #58589C

Color information

#58589C (or 0x58589C) is unknown color: approx Governor Bay. HEX triplet: 58, 58 and 9C. RGB value is (88,88,156). Sum of RGB (Red+Green+Blue) = 88+88+156=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #58589C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58589C is #A7A763. Grayscale: #5F5F5F. Windows color (decimal): -10987364 or 10246232. OLE color: 10246232.

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

Color convert

RGB8888156-
CMYK0.440.4400.39
HSL240º27.87%47.84%-
HSV(B)240º43.59%61.18%-
XYZ13.5111.4532.95-
YUV95.75162122.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.51%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 156 (61.33% from 255) = 46.99%
R=26.51%
G=26.51%
B=46.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88881560.440.4400.3924027.8747.84
Hex58589C2C2C027f01c30
Octal13013023454540473603460
Binary101100010110001001110010110010110001001111111000011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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