#5D45AF

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

Shades of Blue Marguerite #5D45AF

Tints of Blue Marguerite #5D45AF

Color information

#5D45AF (or 0x5D45AF) is unknown color: approx Blue Marguerite. HEX triplet: 5D, 45 and AF. RGB value is (93,69,175). Sum of RGB (Red+Green+Blue) = 93+69+175=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D45AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D45AF is #A2BA50. Grayscale: #575757. Windows color (decimal): -10664529 or 11486557. OLE color: 11486557.

HSL color Cylindrical-coordinate representation of color #5D45AF: hue angle of 253.58º 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 #5D45AF is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9369175-
CMYK0.470.6100.31
HSL253.58º43.44%47.84%-
HSV(B)253.58º60.57%68.63%-
XYZ14.389.6841.67-
YUV88.26176.95131.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.60%
GREEN value IS 69 (27.34% from 255) = 20.47%
BLUE value IS 175 (68.75% from 255) = 51.93%
R=27.60%
G=20.47%
B=51.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal93691750.470.6100.31253.5843.4447.84
Hex5D45AF2F3D01Ffe2b30
Octal13510525757750373765360
Binary101110110001011010111110111111110101111111111110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D45AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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