#585DA5

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

Shades of Rich Blue #585DA5

Tints of Rich Blue #585DA5

Color information

#585DA5 (or 0x585DA5) is unknown color: approx Rich Blue. HEX triplet: 58, 5D and A5. RGB value is (88,93,165). Sum of RGB (Red+Green+Blue) = 88+93+165=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 165 (64.84% from 255 or 47.69% from 346); Max value from RGB is 165 - color contains mainly: blue. Hex color #585DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585DA5 is #A7A25A. Grayscale: #636363. Windows color (decimal): -10986075 or 10837336. OLE color: 10837336.

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

Color convert

RGB8893165-
CMYK0.470.4400.35
HSL236.1º30.43%49.61%-
HSV(B)236.1º46.67%64.71%-
XYZ14.7312.6237.26-
YUV99.71164.84119.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.43%
GREEN value IS 93 (36.72% from 255) = 26.88%
BLUE value IS 165 (64.84% from 255) = 47.69%
R=25.43%
G=26.88%
B=47.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal88931650.470.4400.35236.130.4349.61
Hex585DA52F2C023ec1e32
Octal13013524557540433543662
Binary101100010111011010010110111110110001000111110110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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