#585A8B

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

Shades of Governor Bay #585A8B

Tints of Governor Bay #585A8B

Color information

#585A8B (or 0x585A8B) is unknown color: approx Governor Bay. HEX triplet: 58, 5A and 8B. RGB value is (88,90,139). Sum of RGB (Red+Green+Blue) = 88+90+139=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #585A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585A8B is #A7A574. Grayscale: #5E5E5E. Windows color (decimal): -10986869 or 9132632. OLE color: 9132632.

HSL color Cylindrical-coordinate representation of color #585A8B: hue angle of 237.65º 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 #585A8B is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8890139-
CMYK0.370.3500.45
HSL237.65º22.47%44.51%-
HSV(B)237.65º36.69%54.51%-
XYZ12.3411.2525.95-
YUV94.99152.84123.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.76%
GREEN value IS 90 (35.55% from 255) = 28.39%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=27.76%
G=28.39%
B=43.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88901390.370.3500.45237.6522.4744.51
Hex585A8B252302Dee162d
Octal13013221345430553562655
Binary101100010110101000101110010110001101011011110111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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