Html Css Color HEX #5649BD Rich Blue

📋 copy color: '#5649BD'

red 86 ◦ green 73 ◦ blue 189

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

Shades of Rich Blue #5649BD

Tints of Rich Blue #5649BD

RGB

 RED value IS 86 (33.98% from 255) = 24.71%

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

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

R = 24.71%
G = 20.98%
B = 54.31%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5649BD (or 0x5649BD) is known color: Rich Blue. HEX triplet: 56, 49 and BD. RGB value is (86,73,189). Sum of RGB (Red+Green+Blue) = 86+73+189=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #5649BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5649BD is #A9B642. Grayscale: #595959. Windows color (decimal): -11122243 or 12405078. OLE color: 12405078.

HSL color Cylindrical-coordinate representation of color #5649BD: hue angle of 246.72º 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 #5649BD is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 73 189 -
CMYK 0.54 0.61 0 0.26
HSL 246.72º 0.47% 0.51% -
HSV(B) 246.72º 0.61% 0.74% -
XYZ 15.41 10.42 49.34 -
YUV 90.11 183.81 125.07 -
System Red Green Blue C M Y K H S L
Decimal 86 73 189 0.54 0.61 0 0.26 246.72 0.47 0.51
Hex 56 49 BD 36 3D 0 1A F7 2F 33
Octal 126 111 275 66 75 0 32 367 57 63
Binary 1010110 1001001 10111101 110110 111101 0 11010 11110111 101111 110011

Color Harmonies of #5649BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5649BD

Black with #5649BD

Text Example


Text Example

White with #5649BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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