#584DAE

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

Shades of Rich Blue #584DAE

Tints of Rich Blue #584DAE

Color information

#584DAE (or 0x584DAE) is unknown color: approx Rich Blue. HEX triplet: 58, 4D and AE. RGB value is (88,77,174). Sum of RGB (Red+Green+Blue) = 88+77+174=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #584DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584DAE is #A7B251. Grayscale: #5A5A5A. Windows color (decimal): -10990162 or 11423064. OLE color: 11423064.

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

Color convert

RGB8877174-
CMYK0.490.5600.32
HSL246.8º38.65%49.22%-
HSV(B)246.8º55.75%68.24%-
XYZ14.3210.4441.3-
YUV91.35174.64125.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.96%
GREEN value IS 77 (30.47% from 255) = 22.71%
BLUE value IS 174 (68.36% from 255) = 51.33%
R=25.96%
G=22.71%
B=51.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88771740.490.5600.32246.838.6549.22
Hex584DAE3138020f72731
Octal13011525661700403674761
Binary1011000100110110101110110001111000010000011110111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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