Html Css Color HEX #584DAB Rich Blue

📋 copy color: '#584DAB'

red 88 ◦ green 77 ◦ blue 171

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

Shades of Rich Blue #584DAB

Tints of Rich Blue #584DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.89%

R = 26.19%
G = 22.92%
B = 50.89%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#584DAB (or 0x584DAB) is known color: Rich Blue. HEX triplet: 58, 4D and AB. RGB value is (88,77,171). Sum of RGB (Red+Green+Blue) = 88+77+171=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #584DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584DAB is #A7B254. Grayscale: #5A5A5A. Windows color (decimal): -10990165 or 11226456. OLE color: 11226456.

HSL color Cylindrical-coordinate representation of color #584DAB: hue angle of 247.02º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #584DAB is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 77 171 -
CMYK 0.49 0.55 0 0.33
HSL 247.02º 0.38% 0.49% -
HSV(B) 247.02º 0.55% 0.67% -
XYZ 14.03 10.32 39.78 -
YUV 91.01 173.14 125.86 -
System Red Green Blue C M Y K H S L
Decimal 88 77 171 0.49 0.55 0 0.33 247.02 0.38 0.49
Hex 58 4D AB 31 37 0 21 F7 26 31
Octal 130 115 253 61 67 0 41 367 46 61
Binary 1011000 1001101 10101011 110001 110111 0 100001 11110111 100110 110001

Color Harmonies of #584DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584DAB

Black with #584DAB

Text Example


Text Example

White with #584DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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