Html Css Color HEX #5648AD Rich Blue

📋 copy color: '#5648AD'

red 86 ◦ green 72 ◦ blue 173

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

Shades of Rich Blue #5648AD

Tints of Rich Blue #5648AD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.75%

 BLUE value IS 173 (67.97% from 255) = 52.27%

R = 25.98%
G = 21.75%
B = 52.27%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5648AD (or 0x5648AD) is known color: Rich Blue. HEX triplet: 56, 48 and AD. RGB value is (86,72,173). Sum of RGB (Red+Green+Blue) = 86+72+173=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #5648AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5648AD is #A9B752. Grayscale: #575757. Windows color (decimal): -11122515 or 11356246. OLE color: 11356246.

HSL color Cylindrical-coordinate representation of color #5648AD: hue angle of 248.32º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5648AD is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 72 173 -
CMYK 0.50 0.58 0 0.32
HSL 248.32º 0.41% 0.48% -
HSV(B) 248.32º 0.58% 0.68% -
XYZ 13.7 9.63 40.67 -
YUV 87.7 176.14 126.79 -
System Red Green Blue C M Y K H S L
Decimal 86 72 173 0.50 0.58 0 0.32 248.32 0.41 0.48
Hex 56 48 AD 32 3A 0 20 F8 29 30
Octal 126 110 255 62 72 0 40 370 51 60
Binary 1010110 1001000 10101101 110010 111010 0 100000 11111000 101001 110000

Color Harmonies of #5648AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5648AD

Black with #5648AD

Text Example


Text Example

White with #5648AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5648AD; }

 p { color: rgb(86,72,173); }

 H1.HeaderClassName
 {
   color: #5648AD;
 }
 .AnyTagClassName
 {
   color: #5648AD;
 }
</style>

background-color css

<style>
 a { background-color: #5648AD; }

 a { background-color: rgb(86,72,173); }

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

border-color css

<style>
 span { border-color: #5648AD; }

 span { border-color: rgb(86,72,173); }

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