#584FA2

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

Shades of Rich Blue #584FA2

Tints of Rich Blue #584FA2

Color information

#584FA2 (or 0x584FA2) is unknown color: approx Rich Blue. HEX triplet: 58, 4F and A2. RGB value is (88,79,162). Sum of RGB (Red+Green+Blue) = 88+79+162=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 162 (63.67% from 255 or 49.24% from 329); Max value from RGB is 162 - color contains mainly: blue. Hex color #584FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584FA2 is #A7B05D. Grayscale: #5A5A5A. Windows color (decimal): -10989662 or 10637144. OLE color: 10637144.

HSL color Cylindrical-coordinate representation of color #584FA2: hue angle of 246.51º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #584FA2 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8879162-
CMYK0.460.5100.36
HSL246.51º34.44%47.25%-
HSV(B)246.51º51.23%63.53%-
XYZ13.3410.2835.46-
YUV91.15167.98125.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.75%
GREEN value IS 79 (31.25% from 255) = 24.01%
BLUE value IS 162 (63.67% from 255) = 49.24%
R=26.75%
G=24.01%
B=49.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88791620.460.5100.36246.5134.4447.25
Hex584FA22E33024f7222f
Octal13011724256630443674257
Binary1011000100111110100010101110110011010010011110111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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