Html Css Color HEX #705CAC Blue Marguerite

📋 copy color: '#705CAC'

red 112 ◦ green 92 ◦ blue 172

#705CAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #705CAC

Tints of Blue Marguerite #705CAC

RGB

 RED value IS 112 (44.14% from 255) = 29.79%

 GREEN value IS 92 (36.33% from 255) = 24.47%

 BLUE value IS 172 (67.58% from 255) = 45.74%

R = 29.79%
G = 24.47%
B = 45.74%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#705CAC (or 0x705CAC) is known color: Blue Marguerite. HEX triplet: 70, 5C and AC. RGB value is (112,92,172). Sum of RGB (Red+Green+Blue) = 112+92+172=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #705CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705CAC is #8FA353. Grayscale: #6A6A6A. Windows color (decimal): -9413460 or 11295856. OLE color: 11295856.

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

Color convert

RGB 112 92 172 -
CMYK 0.35 0.47 0 0.33
HSL 255º 0.33% 0.52% -
HSV(B) 255º 0.47% 0.67% -
XYZ 17.96 14.08 40.8 -
YUV 107.1 164.63 131.5 -
System Red Green Blue C M Y K H S L
Decimal 112 92 172 0.35 0.47 0 0.33 255 0.33 0.52
Hex 70 5C AC 23 2F 0 21 FF 21 34
Octal 160 134 254 43 57 0 41 377 41 64
Binary 1110000 1011100 10101100 100011 101111 0 100001 11111111 100001 110100

Color Harmonies of #705CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705CAC

Black with #705CAC

Text Example


Text Example

White with #705CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705CAC; }

 p { color: rgb(112,92,172); }

 H1.HeaderClassName
 {
   color: #705CAC;
 }
 .AnyTagClassName
 {
   color: #705CAC;
 }
</style>

background-color css

<style>
 a { background-color: #705CAC; }

 a { background-color: rgb(112,92,172); }

 div.DivClassName
 {
   background-color: #705CAC;
 }
 .BgClassName
 {
   background-color: #705CAC;
 }
</style>

border-color css

<style>
 span { border-color: #705CAC; }

 span { border-color: rgb(112,92,172); }

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