Html Css Color HEX #5849B9 Rich Blue

📋 copy color: '#5849B9'

red 88 ◦ green 73 ◦ blue 185

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

Shades of Rich Blue #5849B9

Tints of Rich Blue #5849B9

RGB

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

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

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

R = 25.43%
G = 21.1%
B = 53.47%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5849B9 (or 0x5849B9) is known color: Rich Blue. HEX triplet: 58, 49 and B9. RGB value is (88,73,185). Sum of RGB (Red+Green+Blue) = 88+73+185=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 185 (72.66% from 255 or 53.47% from 346); Max value from RGB is 185 - color contains mainly: blue. Hex color #5849B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5849B9 is #A7B646. Grayscale: #595959. Windows color (decimal): -10991175 or 12142936. OLE color: 12142936.

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

Color convert

RGB 88 73 185 -
CMYK 0.52 0.61 0 0.27
HSL 248.04º 0.44% 0.51% -
HSV(B) 248.04º 0.61% 0.73% -
XYZ 15.16 10.34 47.1 -
YUV 90.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 88 73 185 0.52 0.61 0 0.27 248.04 0.44 0.51
Hex 58 49 B9 34 3D 0 1B F8 2C 33
Octal 130 111 271 64 75 0 33 370 54 63
Binary 1011000 1001001 10111001 110100 111101 0 11011 11111000 101100 110011

Color Harmonies of #5849B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5849B9

Black with #5849B9

Text Example


Text Example

White with #5849B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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