#58569A

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

Shades of Governor Bay #58569A

Tints of Governor Bay #58569A

Color information

#58569A (or 0x58569A) is unknown color: approx Governor Bay. HEX triplet: 58, 56 and 9A. RGB value is (88,86,154). Sum of RGB (Red+Green+Blue) = 88+86+154=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #58569A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58569A is #A7A965. Grayscale: #5E5E5E. Windows color (decimal): -10987878 or 10114648. OLE color: 10114648.

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

Color convert

RGB8886154-
CMYK0.430.4400.40
HSL241.76º28.33%47.06%-
HSV(B)241.76º44.16%60.39%-
XYZ13.1911.0632.01-
YUV94.35161.66123.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.83%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 154 (60.55% from 255) = 46.95%
R=26.83%
G=26.22%
B=46.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88861540.430.4400.40241.7628.3347.06
Hex58569A2B2C028f21c2f
Octal13012623253540503623457
Binary101100010101101001101010101110110001010001111001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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