#585ba5

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

Shades of Rich Blue #585BA5

Tints of Rich Blue #585BA5

Color information

#585BA5 (or 0x585BA5) is unknown color: approx Rich Blue. HEX triplet: 58, 5B and A5. RGB value is (88,91,165). Sum of RGB (Red+Green+Blue) = 88+91+165=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 165 - color contains mainly: blue. Hex color #585BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585BA5 is #A7A45A. Grayscale: #626262. Windows color (decimal): -10986587 or 10836824. OLE color: 10836824.

HSL color Cylindrical-coordinate representation of color #585BA5: hue angle of 237.66º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #585BA5 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8891165-
CMYK0.470.4500.35
HSL237.66º30.43%49.61%-
HSV(B)237.66º46.67%64.71%-
XYZ14.5612.2737.2-
YUV98.54165.51120.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.58%
GREEN value IS 91 (35.94% from 255) = 26.45%
BLUE value IS 165 (64.84% from 255) = 47.97%
R=25.58%
G=26.45%
B=47.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal88911650.470.4500.35237.6630.4349.61
Hex585BA52F2D023ee1e32
Octal13013324557550433563662
Binary101100010110111010010110111110110101000111110111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585ba5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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