#585F9D

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

Shades of Governor Bay #585F9D

Tints of Governor Bay #585F9D

Color information

#585F9D (or 0x585F9D) is unknown color: approx Governor Bay. HEX triplet: 58, 5F and 9D. RGB value is (88,95,157). Sum of RGB (Red+Green+Blue) = 88+95+157=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #585F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585F9D is #A7A062. Grayscale: #636363. Windows color (decimal): -10985571 or 10313560. OLE color: 10313560.

HSL color Cylindrical-coordinate representation of color #585F9D: hue angle of 233.91º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #585F9D is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8895157-
CMYK0.440.3900.38
HSL233.91º28.16%48.04%-
HSV(B)233.91º43.95%61.57%-
XYZ14.212.6933.6-
YUV99.98160.18119.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.88%
GREEN value IS 95 (37.5% from 255) = 27.94%
BLUE value IS 157 (61.72% from 255) = 46.18%
R=25.88%
G=27.94%
B=46.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88951570.440.3900.38233.9128.1648.04
Hex585F9D2C27026ea1c30
Octal13013723554470463523460
Binary101100010111111001110110110010011101001101110101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585F9D; }

 p { color: rgb(88,95,157); }

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

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

 a { background-color: rgb(88,95,157); }

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

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

 span { border-color: rgb(88,95,157); }

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