#584BA3

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

Shades of Rich Blue #584BA3

Tints of Rich Blue #584BA3

Color information

#584BA3 (or 0x584BA3) is unknown color: approx Rich Blue. HEX triplet: 58, 4B and A3. RGB value is (88,75,163). Sum of RGB (Red+Green+Blue) = 88+75+163=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 163 (64.06% from 255 or 50% from 326); Max value from RGB is 163 - color contains mainly: blue. Hex color #584BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584BA3 is #A7B45C. Grayscale: #585858. Windows color (decimal): -10990685 or 10701656. OLE color: 10701656.

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

Color convert

RGB8875163-
CMYK0.460.5400.36
HSL248.86º36.97%46.67%-
HSV(B)248.86º53.99%63.92%-
XYZ13.159.7535.84-
YUV88.92169.81127.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.99%
GREEN value IS 75 (29.69% from 255) = 23.01%
BLUE value IS 163 (64.06% from 255) = 50%
R=26.99%
G=23.01%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88751630.460.5400.36248.8636.9746.67
Hex584BA32E36024f9252f
Octal13011324356660443714557
Binary1011000100101110100011101110110110010010011111001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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