#58568A

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

Shades of Governor Bay #58568A

Tints of Governor Bay #58568A

Color information

#58568A (or 0x58568A) is unknown color: approx Governor Bay. HEX triplet: 58, 56 and 8A. RGB value is (88,86,138). Sum of RGB (Red+Green+Blue) = 88+86+138=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #58568A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58568A is #A7A975. Grayscale: #5C5C5C. Windows color (decimal): -10987894 or 9066072. OLE color: 9066072.

HSL color Cylindrical-coordinate representation of color #58568A: hue angle of 242.31º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58568A is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8886138-
CMYK0.360.3800.46
HSL242.31º23.21%43.92%-
HSV(B)242.31º37.68%54.12%-
XYZ11.9410.5725.45-
YUV92.53153.66124.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.21%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 138 (54.30% from 255) = 44.23%
R=28.21%
G=27.56%
B=44.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal88861380.360.3800.46242.3123.2143.92
Hex58568A242602Ef2172c
Octal13012621244460563622754
Binary101100010101101000101010010010011001011101111001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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