#58569E

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

Shades of Governor Bay #58569E

Tints of Governor Bay #58569E

Color information

#58569E (or 0x58569E) is unknown color: approx Governor Bay. HEX triplet: 58, 56 and 9E. RGB value is (88,86,158). Sum of RGB (Red+Green+Blue) = 88+86+158=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #58569E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58569E is #A7A961. Grayscale: #5E5E5E. Windows color (decimal): -10987874 or 10376792. OLE color: 10376792.

HSL color Cylindrical-coordinate representation of color #58569E: hue angle of 241.67º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58569E is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8886158-
CMYK0.440.4600.38
HSL241.67º29.51%47.84%-
HSV(B)241.67º45.57%61.96%-
XYZ13.5211.233.8-
YUV94.81163.66123.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.51%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=26.51%
G=25.90%
B=47.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88861580.440.4600.38241.6729.5147.84
Hex58569E2C2E026f21e30
Octal13012623654560463623660
Binary101100010101101001111010110010111001001101111001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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