Html Css Color HEX #584DAD Rich Blue

📋 copy color: '#584DAD'

red 88 ◦ green 77 ◦ blue 173

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

Shades of Rich Blue #584DAD

Tints of Rich Blue #584DAD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.78%

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

R = 26.04%
G = 22.78%
B = 51.18%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#584DAD (or 0x584DAD) is known color: Rich Blue. HEX triplet: 58, 4D and AD. RGB value is (88,77,173). Sum of RGB (Red+Green+Blue) = 88+77+173=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #584DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584DAD is #A7B252. Grayscale: #5A5A5A. Windows color (decimal): -10990163 or 11357528. OLE color: 11357528.

HSL color Cylindrical-coordinate representation of color #584DAD: hue angle of 246.88º 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 #584DAD is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 77 173 -
CMYK 0.49 0.55 0 0.32
HSL 246.88º 0.38% 0.49% -
HSV(B) 246.88º 0.55% 0.68% -
XYZ 14.22 10.4 40.79 -
YUV 91.23 174.14 125.69 -
System Red Green Blue C M Y K H S L
Decimal 88 77 173 0.49 0.55 0 0.32 246.88 0.38 0.49
Hex 58 4D AD 31 37 0 20 F7 26 31
Octal 130 115 255 61 67 0 40 367 46 61
Binary 1011000 1001101 10101101 110001 110111 0 100000 11110111 100110 110001

Color Harmonies of #584DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584DAD

Black with #584DAD

Text Example


Text Example

White with #584DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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