#585593

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

Shades of Governor Bay #585593

Tints of Governor Bay #585593

Color information

#585593 (or 0x585593) is unknown color: approx Governor Bay. HEX triplet: 58, 55 and 93. RGB value is (88,85,147). Sum of RGB (Red+Green+Blue) = 88+85+147=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #585593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585593 is #A7AA6C. Grayscale: #5C5C5C. Windows color (decimal): -10988141 or 9655640. OLE color: 9655640.

HSL color Cylindrical-coordinate representation of color #585593: hue angle of 242.9º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #585593 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8885147-
CMYK0.400.4200.42
HSL242.9º26.72%45.49%-
HSV(B)242.9º42.18%57.65%-
XYZ12.5410.6829-
YUV92.96158.49124.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.5%
GREEN value IS 85 (33.59% from 255) = 26.56%
BLUE value IS 147 (57.81% from 255) = 45.94%
R=27.5%
G=26.56%
B=45.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88851470.400.4200.42242.926.7245.49
Hex585593282A02Af31b2d
Octal13012522350520523633355
Binary101100010101011001001110100010101001010101111001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585593; }

 p { color: rgb(88,85,147); }

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

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

 a { background-color: rgb(88,85,147); }

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

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

 span { border-color: rgb(88,85,147); }

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