#584BAE

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

Shades of Rich Blue #584BAE

Tints of Rich Blue #584BAE

Color information

#584BAE (or 0x584BAE) is unknown color: approx Rich Blue. HEX triplet: 58, 4B and AE. RGB value is (88,75,174). Sum of RGB (Red+Green+Blue) = 88+75+174=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #584BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584BAE is #A7B451. Grayscale: #595959. Windows color (decimal): -10990674 or 11422552. OLE color: 11422552.

HSL color Cylindrical-coordinate representation of color #584BAE: hue angle of 247.88º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #584BAE is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8875174-
CMYK0.490.5700.32
HSL247.88º39.76%48.82%-
HSV(B)247.88º56.9%68.24%-
XYZ14.1810.1641.26-
YUV90.17175.31126.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.11%
GREEN value IS 75 (29.69% from 255) = 22.26%
BLUE value IS 174 (68.36% from 255) = 51.63%
R=26.11%
G=22.26%
B=51.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88751740.490.5700.32247.8839.7648.82
Hex584BAE3139020f82831
Octal13011325661710403705061
Binary1011000100101110101110110001111001010000011111000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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