#584EAD

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

Shades of Rich Blue #584EAD

Tints of Rich Blue #584EAD

Color information

#584EAD (or 0x584EAD) is unknown color: approx Rich Blue. HEX triplet: 58, 4E and AD. RGB value is (88,78,173). Sum of RGB (Red+Green+Blue) = 88+78+173=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #584EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584EAD is #A7B152. Grayscale: #5B5B5B. Windows color (decimal): -10989907 or 11357784. OLE color: 11357784.

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

Color convert

RGB8878173-
CMYK0.490.5500.32
HSL246.32º37.85%49.22%-
HSV(B)246.32º54.91%67.84%-
XYZ14.2910.5440.82-
YUV91.82173.81125.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.96%
GREEN value IS 78 (30.86% from 255) = 23.01%
BLUE value IS 173 (67.97% from 255) = 51.03%
R=25.96%
G=23.01%
B=51.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88781730.490.5500.32246.3237.8549.22
Hex584EAD3137020f62631
Octal13011625561670403664661
Binary1011000100111010101101110001110111010000011110110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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