#585D8A

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

Shades of Governor Bay #585D8A

Tints of Governor Bay #585D8A

Color information

#585D8A (or 0x585D8A) is unknown color: approx Governor Bay. HEX triplet: 58, 5D and 8A. RGB value is (88,93,138). Sum of RGB (Red+Green+Blue) = 88+93+138=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #585D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585D8A is #A7A275. Grayscale: #606060. Windows color (decimal): -10986102 or 9067864. OLE color: 9067864.

HSL color Cylindrical-coordinate representation of color #585D8A: hue angle of 234º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #585D8A is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8893138-
CMYK0.360.3300.46
HSL234º22.12%44.31%-
HSV(B)234º36.23%54.12%-
XYZ12.5311.7425.65-
YUV96.64151.34121.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.59%
GREEN value IS 93 (36.72% from 255) = 29.15%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=27.59%
G=29.15%
B=43.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal88931380.360.3300.4623422.1244.31
Hex585D8A242102Eea162c
Octal13013521244410563522654
Binary101100010111011000101010010010000101011101110101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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