Html Css Color HEX #5B43AF Blue Marguerite

📋 copy color: '#5B43AF'

red 91 ◦ green 67 ◦ blue 175

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

Shades of Blue Marguerite #5B43AF

Tints of Blue Marguerite #5B43AF

RGB

 RED value IS 91 (35.94% from 255) = 27.33%

 GREEN value IS 67 (26.56% from 255) = 20.12%

 BLUE value IS 175 (68.75% from 255) = 52.55%

R = 27.33%
G = 20.12%
B = 52.55%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5B43AF (or 0x5B43AF) is known color: Blue Marguerite. HEX triplet: 5B, 43 and AF. RGB value is (91,67,175). Sum of RGB (Red+Green+Blue) = 91+67+175=333 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.33% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B43AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B43AF is #A4BC50. Grayscale: #565656. Windows color (decimal): -10796113 or 11486043. OLE color: 11486043.

HSL color Cylindrical-coordinate representation of color #5B43AF: hue angle of 253.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B43AF is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 91 67 175 -
CMYK 0.48 0.62 0 0.31
HSL 253.33º 0.45% 0.47% -
HSV(B) 253.33º 0.62% 0.69% -
XYZ 14.06 9.33 41.62 -
YUV 86.49 177.95 131.22 -
System Red Green Blue C M Y K H S L
Decimal 91 67 175 0.48 0.62 0 0.31 253.33 0.45 0.47
Hex 5B 43 AF 30 3E 0 1F FD 2D 2F
Octal 133 103 257 60 76 0 37 375 55 57
Binary 1011011 1000011 10101111 110000 111110 0 11111 11111101 101101 101111

Color Harmonies of #5B43AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B43AF

Black with #5B43AF

Text Example


Text Example

White with #5B43AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,67,175); }

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

background-color css

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

 a { background-color: rgb(91,67,175); }

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

border-color css

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

 span { border-color: rgb(91,67,175); }

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