#5B45AF

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

Shades of Blue Marguerite #5B45AF

Tints of Blue Marguerite #5B45AF

Color information

#5B45AF (or 0x5B45AF) is unknown color: approx Blue Marguerite. HEX triplet: 5B, 45 and AF. RGB value is (91,69,175). Sum of RGB (Red+Green+Blue) = 91+69+175=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B45AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B45AF is #A4BA50. Grayscale: #575757. Windows color (decimal): -10795601 or 11486555. OLE color: 11486555.

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

Color convert

RGB9169175-
CMYK0.480.6100.31
HSL252.45º43.44%47.84%-
HSV(B)252.45º60.57%68.63%-
XYZ14.189.5841.66-
YUV87.66177.29130.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.16%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 175 (68.75% from 255) = 52.24%
R=27.16%
G=20.60%
B=52.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91691750.480.6100.31252.4543.4447.84
Hex5B45AF303D01Ffc2b30
Octal13310525760750373745360
Binary101101110001011010111111000011110101111111111100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B45AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B45AF;
 }
 .AnyTagClassName
 {
   color: #5B45AF;
 }
</style>
background-color css

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

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

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

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

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

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