#5E52BB

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

Shades of Blue Marguerite #5E52BB

Tints of Blue Marguerite #5E52BB

Color information

#5E52BB (or 0x5E52BB) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 52 and BB. RGB value is (94,82,187). Sum of RGB (Red+Green+Blue) = 94+82+187=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E52BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E52BB is #A1AD44. Grayscale: #616161. Windows color (decimal): -10595653 or 12276318. OLE color: 12276318.

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

Color convert

RGB9482187-
CMYK0.500.5600.27
HSL246.86º43.57%52.75%-
HSV(B)246.86º56.15%73.33%-
XYZ16.61248.46-
YUV97.56178.48125.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.90%
GREEN value IS 82 (32.42% from 255) = 22.59%
BLUE value IS 187 (73.44% from 255) = 51.52%
R=25.90%
G=22.59%
B=51.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal94821870.500.5600.27246.8643.5752.75
Hex5E52BB323801Bf72c35
Octal13612227362700333675465
Binary101111010100101011101111001011100001101111110111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E52BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,82,187); }

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

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

 a { background-color: rgb(94,82,187); }

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

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

 span { border-color: rgb(94,82,187); }

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