#58599A

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

Shades of Governor Bay #58599A

Tints of Governor Bay #58599A

Color information

#58599A (or 0x58599A) is unknown color: approx Governor Bay. HEX triplet: 58, 59 and 9A. RGB value is (88,89,154). Sum of RGB (Red+Green+Blue) = 88+89+154=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 154 - color contains mainly: blue. Hex color #58599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58599A is #A7A665. Grayscale: #5F5F5F. Windows color (decimal): -10987110 or 10115416. OLE color: 10115416.

HSL color Cylindrical-coordinate representation of color #58599A: hue angle of 239.09º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58599A is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8889154-
CMYK0.430.4200.40
HSL239.09º27.27%47.45%-
HSV(B)239.09º42.86%60.39%-
XYZ13.4311.5532.09-
YUV96.11160.67122.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.59%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 154 (60.55% from 255) = 46.53%
R=26.59%
G=26.89%
B=46.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88891540.430.4200.40239.0927.2747.45
Hex58599A2B2A028ef1b2f
Octal13013123253520503573357
Binary101100010110011001101010101110101001010001110111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58599A; }

 p { color: rgb(88,89,154); }

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

<style>
 a { background-color: #58599A; }

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

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

<style>
 span { border-color: #58599A; }

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

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