#584EA5

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

Shades of Rich Blue #584EA5

Tints of Rich Blue #584EA5

Color information

#584EA5 (or 0x584EA5) is unknown color: approx Rich Blue. HEX triplet: 58, 4E and A5. RGB value is (88,78,165). Sum of RGB (Red+Green+Blue) = 88+78+165=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 165 (64.84% from 255 or 49.85% from 331); Max value from RGB is 165 - color contains mainly: blue. Hex color #584EA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584EA5 is #A7B15A. Grayscale: #5A5A5A. Windows color (decimal): -10989915 or 10833496. OLE color: 10833496.

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

Color convert

RGB8878165-
CMYK0.470.5300.35
HSL246.9º35.8%47.65%-
HSV(B)246.9º52.73%64.71%-
XYZ13.5410.2436.86-
YUV90.91169.81125.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.59%
GREEN value IS 78 (30.86% from 255) = 23.56%
BLUE value IS 165 (64.84% from 255) = 49.85%
R=26.59%
G=23.56%
B=49.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal88781650.470.5300.35246.935.847.65
Hex584EA52F35023f72430
Octal13011624557650433674460
Binary1011000100111010100101101111110101010001111110111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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