#7059BC

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

Shades of Blue Marguerite #7059BC

Tints of Blue Marguerite #7059BC

Color information

#7059BC (or 0x7059BC) is unknown color: approx Blue Marguerite. HEX triplet: 70, 59 and BC. RGB value is (112,89,188). Sum of RGB (Red+Green+Blue) = 112+89+188=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #7059BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7059BC is #8FA643. Grayscale: #6A6A6A. Windows color (decimal): -9414212 or 12343664. OLE color: 12343664.

HSL color Cylindrical-coordinate representation of color #7059BC: hue angle of 253.94º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7059BC is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11289188-
CMYK0.400.5300.26
HSL253.94º42.49%54.31%-
HSV(B)253.94º52.66%73.73%-
XYZ19.3314.2249.3-
YUV107.16173.62131.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.79%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 188 (73.83% from 255) = 48.33%
R=28.79%
G=22.88%
B=48.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal112891880.400.5300.26253.9442.4954.31
Hex7059BC283501Afe2a36
Octal16013127450650323765266
Binary111000010110011011110010100011010101101011111110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7059BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7059BC; }

 p { color: rgb(112,89,188); }

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

<style>
 a { background-color: #7059BC; }

 a { background-color: rgb(112,89,188); }

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

<style>
 span { border-color: #7059BC; }

 span { border-color: rgb(112,89,188); }

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