#585D86

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

Shades of Governor Bay #585D86

Tints of Governor Bay #585D86

Color information

#585D86 (or 0x585D86) is unknown color: approx Governor Bay. HEX triplet: 58, 5D and 86. RGB value is (88,93,134). Sum of RGB (Red+Green+Blue) = 88+93+134=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 134 - color contains mainly: blue. Hex color #585D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585D86 is #A7A279. Grayscale: #606060. Windows color (decimal): -10986106 or 8805720. OLE color: 8805720.

HSL color Cylindrical-coordinate representation of color #585D86: hue angle of 233.48º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #585D86 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8893134-
CMYK0.340.3100.47
HSL233.48º20.72%43.53%-
HSV(B)233.48º34.33%52.55%-
XYZ12.2411.6224.15-
YUV96.18149.34122.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 93 (36.72% from 255) = 29.52%
BLUE value IS 134 (52.73% from 255) = 42.54%
R=27.94%
G=29.52%
B=42.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88931340.340.3100.47233.4820.7243.53
Hex585D86221F02Fe9152c
Octal13013520642370573512554
Binary10110001011101100001101000101111101011111110100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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