#7058AB

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

Shades of Blue Marguerite #7058AB

Tints of Blue Marguerite #7058AB

Color information

#7058AB (or 0x7058AB) is unknown color: approx Blue Marguerite. HEX triplet: 70, 58 and AB. RGB value is (112,88,171). Sum of RGB (Red+Green+Blue) = 112+88+171=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #7058AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7058AB is #8FA754. Grayscale: #686868. Windows color (decimal): -9414485 or 11229296. OLE color: 11229296.

HSL color Cylindrical-coordinate representation of color #7058AB: hue angle of 257.35º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7058AB is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11288171-
CMYK0.350.4900.33
HSL257.35º33.07%50.78%-
HSV(B)257.35º48.54%67.06%-
XYZ17.5213.3640.18-
YUV104.64165.45133.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.19%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=30.19%
G=23.72%
B=46.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112881710.350.4900.33257.3533.0750.78
Hex7058AB23310211012133
Octal16013025343610414014163
Binary11100001011000101010111000111100010100001100000001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7058AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7058AB; }

 p { color: rgb(112,88,171); }

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

<style>
 a { background-color: #7058AB; }

 a { background-color: rgb(112,88,171); }

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

<style>
 span { border-color: #7058AB; }

 span { border-color: rgb(112,88,171); }

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