#7058AA

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

Shades of Blue Marguerite #7058AA

Tints of Blue Marguerite #7058AA

Color information

#7058AA (or 0x7058AA) is unknown color: approx Blue Marguerite. HEX triplet: 70, 58 and AA. RGB value is (112,88,170). Sum of RGB (Red+Green+Blue) = 112+88+170=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #7058AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7058AA is #8FA755. Grayscale: #686868. Windows color (decimal): -9414486 or 11163760. OLE color: 11163760.

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

Color convert

RGB11288170-
CMYK0.340.4800.33
HSL257.56º32.54%50.59%-
HSV(B)257.56º48.24%66.67%-
XYZ17.4313.3339.68-
YUV104.52164.95133.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 170 (66.80% from 255) = 45.95%
R=30.27%
G=23.78%
B=45.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112881700.340.4800.33257.5632.5450.59
Hex7058AA22300211022133
Octal16013025242600414024163
Binary11100001011000101010101000101100000100001100000010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7058AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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