#585AC2

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

Shades of Rich Blue #585AC2

Tints of Rich Blue #585AC2

Color information

#585AC2 (or 0x585AC2) is unknown color: approx Rich Blue. HEX triplet: 58, 5A and C2. RGB value is (88,90,194). Sum of RGB (Red+Green+Blue) = 88+90+194=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 194 (76.17% from 255 or 52.15% from 372); Max value from RGB is 194 - color contains mainly: blue. Hex color #585AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585AC2 is #A7A53D. Grayscale: #646464. Windows color (decimal): -10986814 or 12737112. OLE color: 12737112.

HSL color Cylindrical-coordinate representation of color #585AC2: hue angle of 238.87º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #585AC2 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8890194-
CMYK0.550.5400.24
HSL238.87º46.49%55.29%-
HSV(B)238.87º54.64%76.08%-
XYZ17.4213.2852.68-
YUV101.26180.34118.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.66%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 194 (76.17% from 255) = 52.15%
R=23.66%
G=24.19%
B=52.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal88901940.550.5400.24238.8746.4955.29
Hex585AC23736018ef2e37
Octal13013230267660303575667
Binary101100010110101100001011011111011001100011101111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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