#585393

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

Shades of Governor Bay #585393

Tints of Governor Bay #585393

Color information

#585393 (or 0x585393) is unknown color: approx Governor Bay. HEX triplet: 58, 53 and 93. RGB value is (88,83,147). Sum of RGB (Red+Green+Blue) = 88+83+147=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #585393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585393 is #A7AC6C. Grayscale: #5B5B5B. Windows color (decimal): -10988653 or 9655128. OLE color: 9655128.

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

Color convert

RGB8883147-
CMYK0.400.4400.42
HSL244.69º27.83%45.1%-
HSV(B)244.69º43.54%57.65%-
XYZ12.3810.3728.95-
YUV91.79159.16125.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.67%
GREEN value IS 83 (32.81% from 255) = 26.10%
BLUE value IS 147 (57.81% from 255) = 46.23%
R=27.67%
G=26.10%
B=46.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88831470.400.4400.42244.6927.8345.1
Hex585393282C02Af51c2d
Octal13012322350540523653455
Binary101100010100111001001110100010110001010101111010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585393; }

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

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

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

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

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

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

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

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