#585CAC

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

Shades of Rich Blue #585CAC

Tints of Rich Blue #585CAC

Color information

#585CAC (or 0x585CAC) is unknown color: approx Rich Blue. HEX triplet: 58, 5C and AC. RGB value is (88,92,172). Sum of RGB (Red+Green+Blue) = 88+92+172=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #585CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585CAC is #A7A353. Grayscale: #636363. Windows color (decimal): -10986324 or 11295832. OLE color: 11295832.

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

Color convert

RGB8892172-
CMYK0.490.4700.33
HSL237.14º33.6%50.98%-
HSV(B)237.14º48.84%67.45%-
XYZ15.312.7140.68-
YUV99.92168.67119.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25%
GREEN value IS 92 (36.33% from 255) = 26.14%
BLUE value IS 172 (67.58% from 255) = 48.86%
R=25%
G=26.14%
B=48.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88921720.490.4700.33237.1433.650.98
Hex585CAC312F021ed2233
Octal13013425461570413554263
Binary1011000101110010101100110001101111010000111101101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,92,172); }

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

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

 a { background-color: rgb(88,92,172); }

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

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

 span { border-color: rgb(88,92,172); }

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