#585AAD

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

Shades of Rich Blue #585AAD

Tints of Rich Blue #585AAD

Color information

#585AAD (or 0x585AAD) is unknown color: approx Rich Blue. HEX triplet: 58, 5A and AD. RGB value is (88,90,173). Sum of RGB (Red+Green+Blue) = 88+90+173=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #585AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585AAD is #A7A552. Grayscale: #626262. Windows color (decimal): -10986835 or 11360856. OLE color: 11360856.

HSL color Cylindrical-coordinate representation of color #585AAD: hue angle of 238.59º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #585AAD is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8890173-
CMYK0.490.4800.32
HSL238.59º34.14%51.18%-
HSV(B)238.59º49.13%67.84%-
XYZ15.2212.441.13-
YUV98.86169.84120.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 90 (35.55% from 255) = 25.64%
BLUE value IS 173 (67.97% from 255) = 49.29%
R=25.07%
G=25.64%
B=49.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88901730.490.4800.32238.5934.1451.18
Hex585AAD3130020ef2233
Octal13013225561600403574263
Binary1011000101101010101101110001110000010000011101111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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