#5F4BAB

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

Shades of Blue Marguerite #5F4BAB

Tints of Blue Marguerite #5F4BAB

Color information

#5F4BAB (or 0x5F4BAB) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 4B and AB. RGB value is (95,75,171). Sum of RGB (Red+Green+Blue) = 95+75+171=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F4BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4BAB is #A0B454. Grayscale: #5B5B5B. Windows color (decimal): -10531925 or 11225951. OLE color: 11225951.

HSL color Cylindrical-coordinate representation of color #5F4BAB: hue angle of 252.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F4BAB is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9575171-
CMYK0.440.5600.33
HSL252.5º39.02%48.24%-
HSV(B)252.5º56.14%67.06%-
XYZ14.5910.4139.77-
YUV91.92172.63130.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.86%
GREEN value IS 75 (29.69% from 255) = 21.99%
BLUE value IS 171 (67.19% from 255) = 50.15%
R=27.86%
G=21.99%
B=50.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95751710.440.5600.33252.539.0248.24
Hex5F4BAB2C38021fc2730
Octal13711325354700413744760
Binary1011111100101110101011101100111000010000111111100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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