Html Css Color HEX #5849BD Rich Blue

📋 copy color: '#5849BD'

red 88 ◦ green 73 ◦ blue 189

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

Shades of Rich Blue #5849BD

Tints of Rich Blue #5849BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54%

R = 25.14%
G = 20.86%
B = 54%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5849BD (or 0x5849BD) is known color: Rich Blue. HEX triplet: 58, 49 and BD. RGB value is (88,73,189). Sum of RGB (Red+Green+Blue) = 88+73+189=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #5849BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5849BD is #A7B642. Grayscale: #5A5A5A. Windows color (decimal): -10991171 or 12405080. OLE color: 12405080.

HSL color Cylindrical-coordinate representation of color #5849BD: hue angle of 247.76º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5849BD is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 73 189 -
CMYK 0.53 0.61 0 0.26
HSL 247.76º 0.47% 0.51% -
HSV(B) 247.76º 0.61% 0.74% -
XYZ 15.59 10.51 49.35 -
YUV 90.71 183.47 126.07 -
System Red Green Blue C M Y K H S L
Decimal 88 73 189 0.53 0.61 0 0.26 247.76 0.47 0.51
Hex 58 49 BD 35 3D 0 1A F8 2F 33
Octal 130 111 275 65 75 0 32 370 57 63
Binary 1011000 1001001 10111101 110101 111101 0 11010 11111000 101111 110011

Color Harmonies of #5849BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5849BD

Black with #5849BD

Text Example


Text Example

White with #5849BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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