#584FAE

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

Shades of Rich Blue #584FAE

Tints of Rich Blue #584FAE

Color information

#584FAE (or 0x584FAE) is unknown color: approx Rich Blue. HEX triplet: 58, 4F and AE. RGB value is (88,79,174). Sum of RGB (Red+Green+Blue) = 88+79+174=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #584FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584FAE is #A7B051. Grayscale: #5C5C5C. Windows color (decimal): -10989650 or 11423576. OLE color: 11423576.

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

Color convert

RGB8879174-
CMYK0.490.5500.32
HSL245.68º37.55%49.61%-
HSV(B)245.68º54.6%68.24%-
XYZ14.4610.7241.35-
YUV92.52173.98124.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.81%
GREEN value IS 79 (31.25% from 255) = 23.17%
BLUE value IS 174 (68.36% from 255) = 51.03%
R=25.81%
G=23.17%
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
Decimal88791740.490.5500.32245.6837.5549.61
Hex584FAE3137020f62632
Octal13011725661670403664662
Binary1011000100111110101110110001110111010000011110110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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