#584FAA

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

Shades of Rich Blue #584FAA

Tints of Rich Blue #584FAA

Color information

#584FAA (or 0x584FAA) is unknown color: approx Rich Blue. HEX triplet: 58, 4F and AA. RGB value is (88,79,170). Sum of RGB (Red+Green+Blue) = 88+79+170=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #584FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584FAA is #A7B055. Grayscale: #5B5B5B. Windows color (decimal): -10989654 or 11161432. OLE color: 11161432.

HSL color Cylindrical-coordinate representation of color #584FAA: hue angle of 245.93º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #584FAA is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8879170-
CMYK0.480.5400.33
HSL245.93º36.55%48.82%-
HSV(B)245.93º53.53%66.67%-
XYZ14.0810.5739.33-
YUV92.06171.98125.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.11%
GREEN value IS 79 (31.25% from 255) = 23.44%
BLUE value IS 170 (66.80% from 255) = 50.45%
R=26.11%
G=23.44%
B=50.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88791700.480.5400.33245.9336.5548.82
Hex584FAA3036021f62531
Octal13011725260660413664561
Binary1011000100111110101010110000110110010000111110110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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