Html Css Color HEX #5C46BA Blue Marguerite

📋 copy color: '#5C46BA'

red 92 ◦ green 70 ◦ blue 186

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

Shades of Blue Marguerite #5C46BA

Tints of Blue Marguerite #5C46BA

RGB

 RED value IS 92 (36.33% from 255) = 26.44%

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

 BLUE value IS 186 (73.05% from 255) = 53.45%

R = 26.44%
G = 20.11%
B = 53.45%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C46BA (or 0x5C46BA) is known color: Blue Marguerite. HEX triplet: 5C, 46 and BA. RGB value is (92,70,186). Sum of RGB (Red+Green+Blue) = 92+70+186=348 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.44% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C46BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C46BA is #A3B945. Grayscale: #595959. Windows color (decimal): -10729798 or 12207708. OLE color: 12207708.

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

Color convert

RGB 92 70 186 -
CMYK 0.51 0.62 0 0.27
HSL 251.38º 0.46% 0.5% -
HSV(B) 251.38º 0.62% 0.73% -
XYZ 15.47 10.2 47.61 -
YUV 89.8 182.29 129.57 -
System Red Green Blue C M Y K H S L
Decimal 92 70 186 0.51 0.62 0 0.27 251.38 0.46 0.5
Hex 5C 46 BA 33 3E 0 1B FB 2E 32
Octal 134 106 272 63 76 0 33 373 56 62
Binary 1011100 1000110 10111010 110011 111110 0 11011 11111011 101110 110010

Color Harmonies of #5C46BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C46BA

Black with #5C46BA

Text Example


Text Example

White with #5C46BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,70,186); }

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

background-color css

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

 a { background-color: rgb(92,70,186); }

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

border-color css

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

 span { border-color: rgb(92,70,186); }

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