#585EAD

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

Shades of Rich Blue #585EAD

Tints of Rich Blue #585EAD

Color information

#585EAD (or 0x585EAD) is unknown color: approx Rich Blue. HEX triplet: 58, 5E and AD. RGB value is (88,94,173). Sum of RGB (Red+Green+Blue) = 88+94+173=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #585EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585EAD is #A7A152. Grayscale: #646464. Windows color (decimal): -10985811 or 11361880. OLE color: 11361880.

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

Color convert

RGB8894173-
CMYK0.490.4600.32
HSL235.76º34.14%51.18%-
HSV(B)235.76º49.13%67.84%-
XYZ15.5713.141.24-
YUV101.21168.51118.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.79%
GREEN value IS 94 (37.11% from 255) = 26.48%
BLUE value IS 173 (67.97% from 255) = 48.73%
R=24.79%
G=26.48%
B=48.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88941730.490.4600.32235.7634.1451.18
Hex585EAD312E020ec2233
Octal13013625561560403544263
Binary1011000101111010101101110001101110010000011101100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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