#58559B

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

Shades of Governor Bay #58559B

Tints of Governor Bay #58559B

Color information

#58559B (or 0x58559B) is unknown color: approx Governor Bay. HEX triplet: 58, 55 and 9B. RGB value is (88,85,155). Sum of RGB (Red+Green+Blue) = 88+85+155=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #58559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58559B is #A7AA64. Grayscale: #5D5D5D. Windows color (decimal): -10988133 or 10179928. OLE color: 10179928.

HSL color Cylindrical-coordinate representation of color #58559B: hue angle of 242.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58559B is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8885155-
CMYK0.430.4500.39
HSL242.57º29.17%47.06%-
HSV(B)242.57º45.16%60.78%-
XYZ13.1910.9432.43-
YUV93.88162.49123.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.83%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=26.83%
G=25.91%
B=47.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88851550.430.4500.39242.5729.1747.06
Hex58559B2B2D027f31d2f
Octal13012523353550473633557
Binary101100010101011001101110101110110101001111111001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58559B; }

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

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

<style>
 a { background-color: #58559B; }

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

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

<style>
 span { border-color: #58559B; }

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

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