Html Css Color HEX #5A46BE Blue Marguerite

📋 copy color: '#5A46BE'

red 90 ◦ green 70 ◦ blue 190

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

Shades of Blue Marguerite #5A46BE

Tints of Blue Marguerite #5A46BE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20%

 BLUE value IS 190 (74.61% from 255) = 54.29%

R = 25.71%
G = 20%
B = 54.29%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A46BE (or 0x5A46BE) is known color: Blue Marguerite. HEX triplet: 5A, 46 and BE. RGB value is (90,70,190). Sum of RGB (Red+Green+Blue) = 90+70+190=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A46BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A46BE is #A5B941. Grayscale: #595959. Windows color (decimal): -10860866 or 12469850. OLE color: 12469850.

HSL color Cylindrical-coordinate representation of color #5A46BE: hue angle of 250º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A46BE is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 70 190 -
CMYK 0.53 0.63 0 0.25
HSL 250º 0.48% 0.51% -
HSV(B) 250º 0.63% 0.75% -
XYZ 15.7 10.27 49.87 -
YUV 89.66 184.63 128.24 -
System Red Green Blue C M Y K H S L
Decimal 90 70 190 0.53 0.63 0 0.25 250 0.48 0.51
Hex 5A 46 BE 35 3F 0 19 FA 30 33
Octal 132 106 276 65 77 0 31 372 60 63
Binary 1011010 1000110 10111110 110101 111111 0 11001 11111010 110000 110011

Color Harmonies of #5A46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A46BE

Black with #5A46BE

Text Example


Text Example

White with #5A46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,70,190); }

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

background-color css

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

 a { background-color: rgb(90,70,190); }

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

border-color css

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

 span { border-color: rgb(90,70,190); }

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