#585D9B

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

Shades of Governor Bay #585D9B

Tints of Governor Bay #585D9B

Color information

#585D9B (or 0x585D9B) is unknown color: approx Governor Bay. HEX triplet: 58, 5D and 9B. RGB value is (88,93,155). Sum of RGB (Red+Green+Blue) = 88+93+155=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #585D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585D9B is #A7A264. Grayscale: #626262. Windows color (decimal): -10986085 or 10181976. OLE color: 10181976.

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

Color convert

RGB8893155-
CMYK0.430.400.39
HSL235.52º27.57%47.65%-
HSV(B)235.52º43.23%60.78%-
XYZ13.8612.2732.65-
YUV98.57159.84120.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.19%
GREEN value IS 93 (36.72% from 255) = 27.68%
BLUE value IS 155 (60.94% from 255) = 46.13%
R=26.19%
G=27.68%
B=46.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88931550.430.400.39235.5227.5747.65
Hex585D9B2B28027ec1c30
Octal13013523353500473543460
Binary101100010111011001101110101110100001001111110110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,93,155); }

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

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

 a { background-color: rgb(88,93,155); }

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

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

 span { border-color: rgb(88,93,155); }

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