#58559A

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

Shades of Governor Bay #58559A

Tints of Governor Bay #58559A

Color information

#58559A (or 0x58559A) is unknown color: approx Governor Bay. HEX triplet: 58, 55 and 9A. RGB value is (88,85,154). Sum of RGB (Red+Green+Blue) = 88+85+154=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #58559A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58559A is #A7AA65. Grayscale: #5D5D5D. Windows color (decimal): -10988134 or 10114392. OLE color: 10114392.

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

Color convert

RGB8885154-
CMYK0.430.4500.40
HSL242.61º28.87%46.86%-
HSV(B)242.61º44.81%60.39%-
XYZ13.1110.931.99-
YUV93.76161.99123.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.91%
GREEN value IS 85 (33.59% from 255) = 25.99%
BLUE value IS 154 (60.55% from 255) = 47.09%
R=26.91%
G=25.99%
B=47.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88851540.430.4500.40242.6128.8746.86
Hex58559A2B2D028f31d2f
Octal13012523253550503633557
Binary101100010101011001101010101110110101010001111001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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