Html Css Color HEX #584DA4 Rich Blue

📋 copy color: '#584DA4'

red 88 ◦ green 77 ◦ blue 164

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

Shades of Rich Blue #584DA4

Tints of Rich Blue #584DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 49.85%

R = 26.75%
G = 23.4%
B = 49.85%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#584DA4 (or 0x584DA4) is known color: Rich Blue. HEX triplet: 58, 4D and A4. RGB value is (88,77,164). Sum of RGB (Red+Green+Blue) = 88+77+164=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 164 (64.45% from 255 or 49.85% from 329); Max value from RGB is 164 - color contains mainly: blue. Hex color #584DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584DA4 is #A7B25B. Grayscale: #595959. Windows color (decimal): -10990172 or 10767704. OLE color: 10767704.

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

Color convert

RGB 88 77 164 -
CMYK 0.46 0.53 0 0.36
HSL 247.59º 0.36% 0.47% -
HSV(B) 247.59º 0.53% 0.64% -
XYZ 13.38 10.06 36.36 -
YUV 90.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 88 77 164 0.46 0.53 0 0.36 247.59 0.36 0.47
Hex 58 4D A4 2E 35 0 24 F8 24 2F
Octal 130 115 244 56 65 0 44 370 44 57
Binary 1011000 1001101 10100100 101110 110101 0 100100 11111000 100100 101111

Color Harmonies of #584DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584DA4

Black with #584DA4

Text Example


Text Example

White with #584DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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