Html Css Color HEX #584DA5 Rich Blue

📋 copy color: '#584DA5'

red 88 ◦ green 77 ◦ blue 165

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

Shades of Rich Blue #584DA5

Tints of Rich Blue #584DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 50%

R = 26.67%
G = 23.33%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#584DA5 (or 0x584DA5) is known color: Rich Blue. HEX triplet: 58, 4D and A5. RGB value is (88,77,165). Sum of RGB (Red+Green+Blue) = 88+77+165=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 165 (64.84% from 255 or 50% from 330); Max value from RGB is 165 - color contains mainly: blue. Hex color #584DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584DA5 is #A7B25A. Grayscale: #595959. Windows color (decimal): -10990171 or 10833240. OLE color: 10833240.

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

Color convert

RGB 88 77 165 -
CMYK 0.47 0.53 0 0.35
HSL 247.5º 0.36% 0.47% -
HSV(B) 247.5º 0.53% 0.65% -
XYZ 13.47 10.1 36.84 -
YUV 90.32 170.14 126.34 -
System Red Green Blue C M Y K H S L
Decimal 88 77 165 0.47 0.53 0 0.35 247.5 0.36 0.47
Hex 58 4D A5 2F 35 0 23 F8 24 2F
Octal 130 115 245 57 65 0 43 370 44 57
Binary 1011000 1001101 10100101 101111 110101 0 100011 11111000 100100 101111

Color Harmonies of #584DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584DA5

Black with #584DA5

Text Example


Text Example

White with #584DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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