Html Css Color HEX #584AB9 Rich Blue

📋 copy color: '#584AB9'

red 88 ◦ green 74 ◦ blue 185

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

Shades of Rich Blue #584AB9

Tints of Rich Blue #584AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 53.31%

R = 25.36%
G = 21.33%
B = 53.31%

CMYK

 C value IS 0.52

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#584AB9 (or 0x584AB9) is known color: Rich Blue. HEX triplet: 58, 4A and B9. RGB value is (88,74,185). Sum of RGB (Red+Green+Blue) = 88+74+185=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #584AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584AB9 is #A7B546. Grayscale: #5A5A5A. Windows color (decimal): -10990919 or 12143192. OLE color: 12143192.

HSL color Cylindrical-coordinate representation of color #584AB9: hue angle of 247.57º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #584AB9 is Cyan = 0.52, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 74 185 -
CMYK 0.52 0.6 0 0.27
HSL 247.57º 0.44% 0.51% -
HSV(B) 247.57º 0.6% 0.73% -
XYZ 15.23 10.48 47.12 -
YUV 90.84 181.14 125.97 -
System Red Green Blue C M Y K H S L
Decimal 88 74 185 0.52 0.6 0 0.27 247.57 0.44 0.51
Hex 58 4A B9 34 3C 0 1B F8 2C 33
Octal 130 112 271 64 74 0 33 370 54 63
Binary 1011000 1001010 10111001 110100 111100 0 11011 11111000 101100 110011

Color Harmonies of #584AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584AB9

Black with #584AB9

Text Example


Text Example

White with #584AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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