#5F52BB

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

Shades of Blue Marguerite #5F52BB

Tints of Blue Marguerite #5F52BB

Color information

#5F52BB (or 0x5F52BB) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 52 and BB. RGB value is (95,82,187). Sum of RGB (Red+Green+Blue) = 95+82+187=364 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.10% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #5F52BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F52BB is #A0AD44. Grayscale: #616161. Windows color (decimal): -10530117 or 12276319. OLE color: 12276319.

HSL color Cylindrical-coordinate representation of color #5F52BB: hue angle of 247.43º 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 #5F52BB is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9582187-
CMYK0.490.5600.27
HSL247.43º43.57%52.75%-
HSV(B)247.43º56.15%73.33%-
XYZ16.7112.0648.46-
YUV97.86178.31125.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.10%
GREEN value IS 82 (32.42% from 255) = 22.53%
BLUE value IS 187 (73.44% from 255) = 51.37%
R=26.10%
G=22.53%
B=51.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95821870.490.5600.27247.4343.5752.75
Hex5F52BB313801Bf72c35
Octal13712227361700333675465
Binary101111110100101011101111000111100001101111110111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F52BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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