Html Css Color HEX #5D4DAD Rich Blue

📋 copy color: '#5D4DAD'

red 93 ◦ green 77 ◦ blue 173

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

Shades of Rich Blue #5D4DAD

Tints of Rich Blue #5D4DAD

RGB

 RED value IS 93 (36.72% from 255) = 27.11%

 GREEN value IS 77 (30.47% from 255) = 22.45%

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

R = 27.11%
G = 22.45%
B = 50.44%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5D4DAD (or 0x5D4DAD) is known color: Rich Blue. HEX triplet: 5D, 4D and AD. RGB value is (93,77,173). Sum of RGB (Red+Green+Blue) = 93+77+173=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D4DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4DAD is #A2B252. Grayscale: #5C5C5C. Windows color (decimal): -10662483 or 11357533. OLE color: 11357533.

HSL color Cylindrical-coordinate representation of color #5D4DAD: hue angle of 250º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D4DAD is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 77 173 -
CMYK 0.46 0.55 0 0.32
HSL 250º 0.38% 0.49% -
HSV(B) 250º 0.55% 0.68% -
XYZ 14.71 10.65 40.82 -
YUV 92.73 173.3 128.19 -
System Red Green Blue C M Y K H S L
Decimal 93 77 173 0.46 0.55 0 0.32 250 0.38 0.49
Hex 5D 4D AD 2E 37 0 20 FA 26 31
Octal 135 115 255 56 67 0 40 372 46 61
Binary 1011101 1001101 10101101 101110 110111 0 100000 11111010 100110 110001

Color Harmonies of #5D4DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4DAD

Black with #5D4DAD

Text Example


Text Example

White with #5D4DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,77,173); }

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

background-color css

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

 a { background-color: rgb(93,77,173); }

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

border-color css

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

 span { border-color: rgb(93,77,173); }

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