Html Css Color HEX #5D48AA Blue Marguerite

📋 copy color: '#5D48AA'

red 93 ◦ green 72 ◦ blue 170

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

Shades of Blue Marguerite #5D48AA

Tints of Blue Marguerite #5D48AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.75%

R = 27.76%
G = 21.49%
B = 50.75%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D48AA (or 0x5D48AA) is known color: Blue Marguerite. HEX triplet: 5D, 48 and AA. RGB value is (93,72,170). Sum of RGB (Red+Green+Blue) = 93+72+170=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D48AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D48AA is #A2B755. Grayscale: #595959. Windows color (decimal): -10663766 or 11159645. OLE color: 11159645.

HSL color Cylindrical-coordinate representation of color #5D48AA: hue angle of 252.86º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D48AA is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 72 170 -
CMYK 0.45 0.58 0 0.33
HSL 252.86º 0.4% 0.47% -
HSV(B) 252.86º 0.58% 0.67% -
XYZ 14.09 9.86 39.19 -
YUV 89.45 173.46 130.53 -
System Red Green Blue C M Y K H S L
Decimal 93 72 170 0.45 0.58 0 0.33 252.86 0.4 0.47
Hex 5D 48 AA 2D 3A 0 21 FD 28 2F
Octal 135 110 252 55 72 0 41 375 50 57
Binary 1011101 1001000 10101010 101101 111010 0 100001 11111101 101000 101111

Color Harmonies of #5D48AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D48AA

Black with #5D48AA

Text Example


Text Example

White with #5D48AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,72,170); }

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

background-color css

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

 a { background-color: rgb(93,72,170); }

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

border-color css

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

 span { border-color: rgb(93,72,170); }

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