#58568E

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

Shades of Governor Bay #58568E

Tints of Governor Bay #58568E

Color information

#58568E (or 0x58568E) is unknown color: approx Governor Bay. HEX triplet: 58, 56 and 8E. RGB value is (88,86,142). Sum of RGB (Red+Green+Blue) = 88+86+142=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #58568E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58568E is #A7A971. Grayscale: #5C5C5C. Windows color (decimal): -10987890 or 9328216. OLE color: 9328216.

HSL color Cylindrical-coordinate representation of color #58568E: hue angle of 242.14º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58568E is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8886142-
CMYK0.380.3900.44
HSL242.14º24.56%44.71%-
HSV(B)242.14º39.44%55.69%-
XYZ12.2310.6827.01-
YUV92.98155.66124.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.85%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=27.85%
G=27.22%
B=44.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88861420.380.3900.44242.1424.5644.71
Hex58568E262702Cf2192d
Octal13012621646470543623155
Binary101100010101101000111010011010011101011001111001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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