#5F4CAA

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

Shades of Blue Marguerite #5F4CAA

Tints of Blue Marguerite #5F4CAA

Color information

#5F4CAA (or 0x5F4CAA) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 4C and AA. RGB value is (95,76,170). Sum of RGB (Red+Green+Blue) = 95+76+170=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F4CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4CAA is #A0B355. Grayscale: #5C5C5C. Windows color (decimal): -10531670 or 11160671. OLE color: 11160671.

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

Color convert

RGB9576170-
CMYK0.440.5500.33
HSL252.13º38.21%48.24%-
HSV(B)252.13º55.29%66.67%-
XYZ14.5610.539.29-
YUV92.4171.79129.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.86%
GREEN value IS 76 (30.08% from 255) = 22.29%
BLUE value IS 170 (66.80% from 255) = 49.85%
R=27.86%
G=22.29%
B=49.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95761700.440.5500.33252.1338.2148.24
Hex5F4CAA2C37021fc2630
Octal13711425254670413744660
Binary1011111100110010101010101100110111010000111111100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,76,170); }

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

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

 a { background-color: rgb(95,76,170); }

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

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

 span { border-color: rgb(95,76,170); }

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