#585EAC

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

Shades of Rich Blue #585EAC

Tints of Rich Blue #585EAC

Color information

#585EAC (or 0x585EAC) is unknown color: approx Rich Blue. HEX triplet: 58, 5E and AC. RGB value is (88,94,172). Sum of RGB (Red+Green+Blue) = 88+94+172=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #585EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585EAC is #A7A153. Grayscale: #646464. Windows color (decimal): -10985812 or 11296344. OLE color: 11296344.

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

Color convert

RGB8894172-
CMYK0.490.4500.33
HSL235.71º33.6%50.98%-
HSV(B)235.71º48.84%67.45%-
XYZ15.4713.0640.73-
YUV101.1168.01118.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.86%
GREEN value IS 94 (37.11% from 255) = 26.55%
BLUE value IS 172 (67.58% from 255) = 48.59%
R=24.86%
G=26.55%
B=48.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88941720.490.4500.33235.7133.650.98
Hex585EAC312D021ec2233
Octal13013625461550413544263
Binary1011000101111010101100110001101101010000111101100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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