#5B43AF

Color #5B43AF Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #5B43AF

Tints of Blue Marguerite #5B43AF

Color information

#5B43AF (or 0x5B43AF) is unknown color: approx 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

RGB9167175-
CMYK0.480.6200.31
HSL253.33º44.63%47.45%-
HSV(B)253.33º61.71%68.63%-
XYZ14.069.3341.62-
YUV86.49177.95131.22-

RGB Variations

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

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 (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91671750.480.6200.31253.3344.6347.45
Hex5B43AF303E01Ffd2d2f
Octal13310325760760373755557
Binary101101110000111010111111000011111001111111111101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B43AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>