#584AA5

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

Shades of Rich Blue #584AA5

Tints of Rich Blue #584AA5

Color information

#584AA5 (or 0x584AA5) is unknown color: approx Rich Blue. HEX triplet: 58, 4A and A5. RGB value is (88,74,165). Sum of RGB (Red+Green+Blue) = 88+74+165=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 165 (64.84% from 255 or 50.46% from 327); Max value from RGB is 165 - color contains mainly: blue. Hex color #584AA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584AA5 is #A7B55A. Grayscale: #585858. Windows color (decimal): -10990939 or 10832472. OLE color: 10832472.

HSL color Cylindrical-coordinate representation of color #584AA5: hue angle of 249.23º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #584AA5 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8874165-
CMYK0.470.5500.35
HSL249.23º38.08%46.86%-
HSV(B)249.23º55.15%64.71%-
XYZ13.269.6936.77-
YUV88.56171.14127.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.91%
GREEN value IS 74 (29.30% from 255) = 22.63%
BLUE value IS 165 (64.84% from 255) = 50.46%
R=26.91%
G=22.63%
B=50.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal88741650.470.5500.35249.2338.0846.86
Hex584AA52F37023f9262f
Octal13011224557670433714657
Binary1011000100101010100101101111110111010001111111001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584AA5; }

 p { color: rgb(88,74,165); }

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

<style>
 a { background-color: #584AA5; }

 a { background-color: rgb(88,74,165); }

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

<style>
 span { border-color: #584AA5; }

 span { border-color: rgb(88,74,165); }

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