#5F4BAF

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

Shades of Blue Marguerite #5F4BAF

Tints of Blue Marguerite #5F4BAF

Color information

#5F4BAF (or 0x5F4BAF) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 4B and AF. RGB value is (95,75,175). Sum of RGB (Red+Green+Blue) = 95+75+175=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F4BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4BAF is #A0B450. Grayscale: #5C5C5C. Windows color (decimal): -10531921 or 11488095. OLE color: 11488095.

HSL color Cylindrical-coordinate representation of color #5F4BAF: hue angle of 252º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F4BAF is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9575175-
CMYK0.460.5700.31
HSL252º40%49.02%-
HSV(B)252º57.14%68.63%-
XYZ14.9710.5641.81-
YUV92.38174.63129.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.54%
GREEN value IS 75 (29.69% from 255) = 21.74%
BLUE value IS 175 (68.75% from 255) = 50.72%
R=27.54%
G=21.74%
B=50.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95751750.460.5700.312524049.02
Hex5F4BAF2E3901Ffc2831
Octal13711325756710373745061
Binary101111110010111010111110111011100101111111111100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,75,175); }

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

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

 a { background-color: rgb(95,75,175); }

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

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

 span { border-color: rgb(95,75,175); }

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