#5F55BC

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

Shades of Blue Marguerite #5F55BC

Tints of Blue Marguerite #5F55BC

Color information

#5F55BC (or 0x5F55BC) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 55 and BC. RGB value is (95,85,188). Sum of RGB (Red+Green+Blue) = 95+85+188=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F55BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F55BC is #A0AA43. Grayscale: #636363. Windows color (decimal): -10529348 or 12342623. OLE color: 12342623.

HSL color Cylindrical-coordinate representation of color #5F55BC: hue angle of 245.83º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F55BC is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9585188-
CMYK0.490.5500.26
HSL245.83º43.46%53.53%-
HSV(B)245.83º54.79%73.73%-
XYZ17.0412.5649.1-
YUV99.73177.81124.62-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.82%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 188 (73.83% from 255) = 51.09%
R=25.82%
G=23.10%
B=51.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal95851880.490.5500.26245.8343.4653.53
Hex5F55BC313701Af62b36
Octal13712527461670323665366
Binary101111110101011011110011000111011101101011110110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F55BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,85,188); }

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

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

 a { background-color: rgb(95,85,188); }

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

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

 span { border-color: rgb(95,85,188); }

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