#584DA4

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

Shades of Rich Blue #584DA4

Tints of Rich Blue #584DA4

Color information

#584DA4 (or 0x584DA4) is unknown color: approx Rich Blue. HEX triplet: 58, 4D and A4. RGB value is (88,77,164). Sum of RGB (Red+Green+Blue) = 88+77+164=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 164 (64.45% from 255 or 49.85% from 329); Max value from RGB is 164 - color contains mainly: blue. Hex color #584DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584DA4 is #A7B25B. Grayscale: #595959. Windows color (decimal): -10990172 or 10767704. OLE color: 10767704.

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

Color convert

RGB8877164-
CMYK0.460.5300.36
HSL247.59º36.1%47.25%-
HSV(B)247.59º53.05%64.31%-
XYZ13.3810.0636.36-
YUV90.21169.64126.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.75%
GREEN value IS 77 (30.47% from 255) = 23.40%
BLUE value IS 164 (64.45% from 255) = 49.85%
R=26.75%
G=23.40%
B=49.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88771640.460.5300.36247.5936.147.25
Hex584DA42E35024f8242f
Octal13011524456650443704457
Binary1011000100110110100100101110110101010010011111000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,77,164); }

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

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

 a { background-color: rgb(88,77,164); }

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

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

 span { border-color: rgb(88,77,164); }

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