#585D95

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

Shades of Governor Bay #585D95

Tints of Governor Bay #585D95

Color information

#585D95 (or 0x585D95) is unknown color: approx Governor Bay. HEX triplet: 58, 5D and 95. RGB value is (88,93,149). Sum of RGB (Red+Green+Blue) = 88+93+149=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #585D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585D95 is #A7A26A. Grayscale: #616161. Windows color (decimal): -10986091 or 9788760. OLE color: 9788760.

HSL color Cylindrical-coordinate representation of color #585D95: hue angle of 235.08º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #585D95 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8893149-
CMYK0.410.3800.42
HSL235.08º25.74%46.47%-
HSV(B)235.08º40.94%58.43%-
XYZ13.3612.0730.06-
YUV97.89156.84120.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.67%
GREEN value IS 93 (36.72% from 255) = 28.18%
BLUE value IS 149 (58.59% from 255) = 45.15%
R=26.67%
G=28.18%
B=45.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88931490.410.3800.42235.0825.7446.47
Hex585D95292602Aeb1a2e
Octal13013522551460523533256
Binary101100010111011001010110100110011001010101110101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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