Html Css Color HEX #5A48BB Blue Marguerite

📋 copy color: '#5A48BB'

red 90 ◦ green 72 ◦ blue 187

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

Shades of Blue Marguerite #5A48BB

Tints of Blue Marguerite #5A48BB

RGB

 RED value IS 90 (35.55% from 255) = 25.79%

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

 BLUE value IS 187 (73.44% from 255) = 53.58%

R = 25.79%
G = 20.63%
B = 53.58%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A48BB (or 0x5A48BB) is known color: Blue Marguerite. HEX triplet: 5A, 48 and BB. RGB value is (90,72,187). Sum of RGB (Red+Green+Blue) = 90+72+187=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A48BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A48BB is #A5B744. Grayscale: #5A5A5A. Windows color (decimal): -10860357 or 12273754. OLE color: 12273754.

HSL color Cylindrical-coordinate representation of color #5A48BB: hue angle of 249.39º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A48BB is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 72 187 -
CMYK 0.52 0.61 0 0.27
HSL 249.39º 0.46% 0.51% -
HSV(B) 249.39º 0.61% 0.73% -
XYZ 15.5 10.4 48.2 -
YUV 90.49 182.46 127.65 -
System Red Green Blue C M Y K H S L
Decimal 90 72 187 0.52 0.61 0 0.27 249.39 0.46 0.51
Hex 5A 48 BB 34 3D 0 1B F9 2E 33
Octal 132 110 273 64 75 0 33 371 56 63
Binary 1011010 1001000 10111011 110100 111101 0 11011 11111001 101110 110011

Color Harmonies of #5A48BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A48BB

Black with #5A48BB

Text Example


Text Example

White with #5A48BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,72,187); }

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

background-color css

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

 a { background-color: rgb(90,72,187); }

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

border-color css

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

 span { border-color: rgb(90,72,187); }

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