#5f53b9

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

Shades of Blue Marguerite #5F53B9

Tints of Blue Marguerite #5F53B9

Color information

#5F53B9 (or 0x5F53B9) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 53 and B9. RGB value is (95,83,185). Sum of RGB (Red+Green+Blue) = 95+83+185=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #5F53B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F53B9 is #A0AC46. Grayscale: #616161. Windows color (decimal): -10529863 or 12145503. OLE color: 12145503.

HSL color Cylindrical-coordinate representation of color #5F53B9: hue angle of 247.06º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F53B9 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9583185-
CMYK0.490.5500.27
HSL247.06º42.15%52.55%-
HSV(B)247.06º55.14%72.55%-
XYZ16.5712.1247.37-
YUV98.22176.98125.71-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.17%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 185 (72.66% from 255) = 50.96%
R=26.17%
G=22.87%
B=50.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95831850.490.5500.27247.0642.1552.55
Hex5F53B9313701Bf72a35
Octal13712327161670333675265
Binary101111110100111011100111000111011101101111110111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f53b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,83,185); }

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

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

 a { background-color: rgb(95,83,185); }

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

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

 span { border-color: rgb(95,83,185); }

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