Html Css Color HEX #584AAD Rich Blue

📋 copy color: '#584AAD'

red 88 ◦ green 74 ◦ blue 173

#584AAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #584AAD

Tints of Rich Blue #584AAD

RGB

 RED value IS 88 (34.77% from 255) = 26.27%

 GREEN value IS 74 (29.3% from 255) = 22.09%

 BLUE value IS 173 (67.97% from 255) = 51.64%

R = 26.27%
G = 22.09%
B = 51.64%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#584AAD (or 0x584AAD) is known color: Rich Blue. HEX triplet: 58, 4A and AD. RGB value is (88,74,173). Sum of RGB (Red+Green+Blue) = 88+74+173=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #584AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584AAD is #A7B552. Grayscale: #595959. Windows color (decimal): -10990931 or 11356760. OLE color: 11356760.

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

Color convert

RGB 88 74 173 -
CMYK 0.49 0.57 0 0.32
HSL 248.48º 0.4% 0.48% -
HSV(B) 248.48º 0.57% 0.68% -
XYZ 14.02 9.99 40.72 -
YUV 89.47 175.14 126.95 -
System Red Green Blue C M Y K H S L
Decimal 88 74 173 0.49 0.57 0 0.32 248.48 0.4 0.48
Hex 58 4A AD 31 39 0 20 F8 28 30
Octal 130 112 255 61 71 0 40 370 50 60
Binary 1011000 1001010 10101101 110001 111001 0 100000 11111000 101000 110000

Color Harmonies of #584AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584AAD

Black with #584AAD

Text Example


Text Example

White with #584AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #584AAD;
 }
 .AnyTagClassName
 {
   color: #584AAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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