#58568D

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

Shades of Governor Bay #58568D

Tints of Governor Bay #58568D

Color information

#58568D (or 0x58568D) is unknown color: approx Governor Bay. HEX triplet: 58, 56 and 8D. RGB value is (88,86,141). Sum of RGB (Red+Green+Blue) = 88+86+141=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #58568D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58568D is #A7A972. Grayscale: #5C5C5C. Windows color (decimal): -10987891 or 9262680. OLE color: 9262680.

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

Color convert

RGB8886141-
CMYK0.380.3900.45
HSL242.18º24.23%44.51%-
HSV(B)242.18º39.01%55.29%-
XYZ12.1610.6526.61-
YUV92.87155.16124.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 141 (55.47% from 255) = 44.76%
R=27.94%
G=27.30%
B=44.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88861410.380.3900.45242.1824.2344.51
Hex58568D262702Df2182d
Octal13012621546470553623055
Binary101100010101101000110110011010011101011011111001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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