#585D8B

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

Shades of Governor Bay #585D8B

Tints of Governor Bay #585D8B

Color information

#585D8B (or 0x585D8B) is unknown color: approx Governor Bay. HEX triplet: 58, 5D and 8B. RGB value is (88,93,139). Sum of RGB (Red+Green+Blue) = 88+93+139=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #585D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585D8B is #A7A274. Grayscale: #606060. Windows color (decimal): -10986101 or 9133400. OLE color: 9133400.

HSL color Cylindrical-coordinate representation of color #585D8B: hue angle of 234.12º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #585D8B is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8893139-
CMYK0.370.3300.45
HSL234.12º22.47%44.51%-
HSV(B)234.12º36.69%54.51%-
XYZ12.611.7726.03-
YUV96.75151.84121.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.5%
GREEN value IS 93 (36.72% from 255) = 29.06%
BLUE value IS 139 (54.69% from 255) = 43.44%
R=27.5%
G=29.06%
B=43.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88931390.370.3300.45234.1222.4744.51
Hex585D8B252102Dea162d
Octal13013521345410553522655
Binary101100010111011000101110010110000101011011110101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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