#584AA3

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

Shades of Rich Blue #584AA3

Tints of Rich Blue #584AA3

Color information

#584AA3 (or 0x584AA3) is unknown color: approx Rich Blue. HEX triplet: 58, 4A and A3. RGB value is (88,74,163). Sum of RGB (Red+Green+Blue) = 88+74+163=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 163 (64.06% from 255 or 50.15% from 325); Max value from RGB is 163 - color contains mainly: blue. Hex color #584AA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584AA3 is #A7B55C. Grayscale: #575757. Windows color (decimal): -10990941 or 10701400. OLE color: 10701400.

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

Color convert

RGB8874163-
CMYK0.460.5500.36
HSL249.44º37.55%46.47%-
HSV(B)249.44º54.6%63.92%-
XYZ13.089.6235.82-
YUV88.33170.14127.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.08%
GREEN value IS 74 (29.30% from 255) = 22.77%
BLUE value IS 163 (64.06% from 255) = 50.15%
R=27.08%
G=22.77%
B=50.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88741630.460.5500.36249.4437.5546.47
Hex584AA32E37024f9262e
Octal13011224356670443714656
Binary1011000100101010100011101110110111010010011111001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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