Html Css Color HEX #5C49AD Rich Blue

📋 copy color: '#5C49AD'

red 92 ◦ green 73 ◦ blue 173

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

Shades of Rich Blue #5C49AD

Tints of Rich Blue #5C49AD

RGB

 RED value IS 92 (36.33% from 255) = 27.22%

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

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

R = 27.22%
G = 21.6%
B = 51.18%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5C49AD (or 0x5C49AD) is known color: Rich Blue. HEX triplet: 5C, 49 and AD. RGB value is (92,73,173). Sum of RGB (Red+Green+Blue) = 92+73+173=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C49AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C49AD is #A3B652. Grayscale: #595959. Windows color (decimal): -10729043 or 11356508. OLE color: 11356508.

HSL color Cylindrical-coordinate representation of color #5C49AD: hue angle of 251.4º 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 #5C49AD is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 92 73 173 -
CMYK 0.47 0.58 0 0.32
HSL 251.4º 0.41% 0.48% -
HSV(B) 251.4º 0.58% 0.68% -
XYZ 14.34 10.06 40.72 -
YUV 90.08 174.79 129.37 -
System Red Green Blue C M Y K H S L
Decimal 92 73 173 0.47 0.58 0 0.32 251.4 0.41 0.48
Hex 5C 49 AD 2F 3A 0 20 FB 29 30
Octal 134 111 255 57 72 0 40 373 51 60
Binary 1011100 1001001 10101101 101111 111010 0 100000 11111011 101001 110000

Color Harmonies of #5C49AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C49AD

Black with #5C49AD

Text Example


Text Example

White with #5C49AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C49AD; }

 p { color: rgb(92,73,173); }

 H1.HeaderClassName
 {
   color: #5C49AD;
 }
 .AnyTagClassName
 {
   color: #5C49AD;
 }
</style>

background-color css

<style>
 a { background-color: #5C49AD; }

 a { background-color: rgb(92,73,173); }

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

border-color css

<style>
 span { border-color: #5C49AD; }

 span { border-color: rgb(92,73,173); }

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