Html Css Color HEX #5849AB Rich Blue

📋 copy color: '#5849AB'

red 88 ◦ green 73 ◦ blue 171

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

Shades of Rich Blue #5849AB

Tints of Rich Blue #5849AB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.99%

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

R = 26.51%
G = 21.99%
B = 51.51%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5849AB (or 0x5849AB) is known color: Rich Blue. HEX triplet: 58, 49 and AB. RGB value is (88,73,171). Sum of RGB (Red+Green+Blue) = 88+73+171=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #5849AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5849AB is #A7B654. Grayscale: #585858. Windows color (decimal): -10991189 or 11225432. OLE color: 11225432.

HSL color Cylindrical-coordinate representation of color #5849AB: hue angle of 249.18º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5849AB is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 73 171 -
CMYK 0.49 0.57 0 0.33
HSL 249.18º 0.4% 0.48% -
HSV(B) 249.18º 0.57% 0.67% -
XYZ 13.76 9.78 39.69 -
YUV 88.66 174.47 127.53 -
System Red Green Blue C M Y K H S L
Decimal 88 73 171 0.49 0.57 0 0.33 249.18 0.4 0.48
Hex 58 49 AB 31 39 0 21 F9 28 30
Octal 130 111 253 61 71 0 41 371 50 60
Binary 1011000 1001001 10101011 110001 111001 0 100001 11111001 101000 110000

Color Harmonies of #5849AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5849AB

Black with #5849AB

Text Example


Text Example

White with #5849AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5849AB; }

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

 H1.HeaderClassName
 {
   color: #5849AB;
 }
 .AnyTagClassName
 {
   color: #5849AB;
 }
</style>

background-color css

<style>
 a { background-color: #5849AB; }

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

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

border-color css

<style>
 span { border-color: #5849AB; }

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

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