#585CAD

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

Shades of Rich Blue #585CAD

Tints of Rich Blue #585CAD

Color information

#585CAD (or 0x585CAD) is unknown color: approx Rich Blue. HEX triplet: 58, 5C and AD. RGB value is (88,92,173). Sum of RGB (Red+Green+Blue) = 88+92+173=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #585CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585CAD is #A7A352. Grayscale: #636363. Windows color (decimal): -10986323 or 11361368. OLE color: 11361368.

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

Color convert

RGB8892173-
CMYK0.490.4700.32
HSL237.18º34.14%51.18%-
HSV(B)237.18º49.13%67.84%-
XYZ15.3912.7541.18-
YUV100.04169.17119.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.93%
GREEN value IS 92 (36.33% from 255) = 26.06%
BLUE value IS 173 (67.97% from 255) = 49.01%
R=24.93%
G=26.06%
B=49.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88921730.490.4700.32237.1834.1451.18
Hex585CAD312F020ed2233
Octal13013425561570403554263
Binary1011000101110010101101110001101111010000011101101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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