#585BA3

Color #585BA3 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #585BA3

Tints of Rich Blue #585BA3

Color information

#585BA3 (or 0x585BA3) is unknown color: approx Rich Blue. HEX triplet: 58, 5B and A3. RGB value is (88,91,163). Sum of RGB (Red+Green+Blue) = 88+91+163=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 163 (64.06% from 255 or 47.66% from 342); Max value from RGB is 163 - color contains mainly: blue. Hex color #585BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585BA3 is #A7A45C. Grayscale: #626262. Windows color (decimal): -10986589 or 10705752. OLE color: 10705752.

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

Color convert

RGB8891163-
CMYK0.460.4400.36
HSL237.6º29.88%49.22%-
HSV(B)237.6º46.01%63.92%-
XYZ14.3812.236.25-
YUV98.31164.51120.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.73%
GREEN value IS 91 (35.94% from 255) = 26.61%
BLUE value IS 163 (64.06% from 255) = 47.66%
R=25.73%
G=26.61%
B=47.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88911630.460.4400.36237.629.8849.22
Hex585BA32E2C024ee1e31
Octal13013324356540443563661
Binary101100010110111010001110111010110001001001110111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,91,163); }

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

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

 a { background-color: rgb(88,91,163); }

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

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

 span { border-color: rgb(88,91,163); }

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