#585AAA

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

Shades of Rich Blue #585AAA

Tints of Rich Blue #585AAA

Color information

#585AAA (or 0x585AAA) is unknown color: approx Rich Blue. HEX triplet: 58, 5A and AA. RGB value is (88,90,170). Sum of RGB (Red+Green+Blue) = 88+90+170=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #585AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585AAA is #A7A555. Grayscale: #626262. Windows color (decimal): -10986838 or 11164248. OLE color: 11164248.

HSL color Cylindrical-coordinate representation of color #585AAA: hue angle of 238.54º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #585AAA is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8890170-
CMYK0.480.4700.33
HSL238.54º32.54%50.59%-
HSV(B)238.54º48.24%66.67%-
XYZ14.9412.2939.62-
YUV98.52168.34120.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.29%
GREEN value IS 90 (35.55% from 255) = 25.86%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=25.29%
G=25.86%
B=48.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88901700.480.4700.33238.5432.5450.59
Hex585AAA302F021ef2133
Octal13013225260570413574163
Binary1011000101101010101010110000101111010000111101111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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