#585EA8

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

Shades of Rich Blue #585EA8

Tints of Rich Blue #585EA8

Color information

#585EA8 (or 0x585EA8) is unknown color: approx Rich Blue. HEX triplet: 58, 5E and A8. RGB value is (88,94,168). Sum of RGB (Red+Green+Blue) = 88+94+168=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 168 (66.02% from 255 or 48% from 350); Max value from RGB is 168 - color contains mainly: blue. Hex color #585EA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585EA8 is #A7A157. Grayscale: #646464. Windows color (decimal): -10985816 or 11034200. OLE color: 11034200.

HSL color Cylindrical-coordinate representation of color #585EA8: hue angle of 235.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #585EA8 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8894168-
CMYK0.480.4400.34
HSL235.5º31.5%50.2%-
HSV(B)235.5º47.62%65.88%-
XYZ15.112.9138.74-
YUV100.64166.01118.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.14%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 168 (66.02% from 255) = 48%
R=25.14%
G=26.86%
B=48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal88941680.480.4400.34235.531.550.2
Hex585EA8302C022ec1f32
Octal13013625060540423543762
Binary101100010111101010100011000010110001000101110110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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