#5F50AD

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

Shades of Blue Marguerite #5F50AD

Tints of Blue Marguerite #5F50AD

Color information

#5F50AD (or 0x5F50AD) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 50 and AD. RGB value is (95,80,173). Sum of RGB (Red+Green+Blue) = 95+80+173=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F50AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F50AD is #A0AF52. Grayscale: #5E5E5E. Windows color (decimal): -10530643 or 11358303. OLE color: 11358303.

HSL color Cylindrical-coordinate representation of color #5F50AD: hue angle of 249.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F50AD is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9580173-
CMYK0.450.5400.32
HSL249.68º36.76%49.61%-
HSV(B)249.68º53.76%67.84%-
XYZ15.1311.1940.9-
YUV95.09171.97127.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.30%
GREEN value IS 80 (31.64% from 255) = 22.99%
BLUE value IS 173 (67.97% from 255) = 49.71%
R=27.30%
G=22.99%
B=49.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95801730.450.5400.32249.6836.7649.61
Hex5F50AD2D36020fa2532
Octal13712025555660403724562
Binary1011111101000010101101101101110110010000011111010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F50AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,80,173); }

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

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

 a { background-color: rgb(95,80,173); }

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

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

 span { border-color: rgb(95,80,173); }

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