Html Css Color HEX #5D45AD Blue Marguerite

📋 copy color: '#5D45AD'

red 93 ◦ green 69 ◦ blue 173

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

Shades of Blue Marguerite #5D45AD

Tints of Blue Marguerite #5D45AD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.6%

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

R = 27.76%
G = 20.6%
B = 51.64%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5D45AD (or 0x5D45AD) is known color: Blue Marguerite. HEX triplet: 5D, 45 and AD. RGB value is (93,69,173). Sum of RGB (Red+Green+Blue) = 93+69+173=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D45AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D45AD is #A2BA52. Grayscale: #575757. Windows color (decimal): -10664531 or 11355485. OLE color: 11355485.

HSL color Cylindrical-coordinate representation of color #5D45AD: hue angle of 253.85º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D45AD is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 69 173 -
CMYK 0.46 0.60 0 0.32
HSL 253.85º 0.43% 0.47% -
HSV(B) 253.85º 0.6% 0.68% -
XYZ 14.19 9.6 40.64 -
YUV 88.03 175.95 131.54 -
System Red Green Blue C M Y K H S L
Decimal 93 69 173 0.46 0.60 0 0.32 253.85 0.43 0.47
Hex 5D 45 AD 2E 3C 0 20 FE 2B 2F
Octal 135 105 255 56 74 0 40 376 53 57
Binary 1011101 1000101 10101101 101110 111100 0 100000 11111110 101011 101111

Color Harmonies of #5D45AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D45AD

Black with #5D45AD

Text Example


Text Example

White with #5D45AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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