Html Css Color HEX #705571 Salt Box

📋 copy color: '#705571'

red 112 ◦ green 85 ◦ blue 113

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

Shades of Salt Box #705571

Tints of Salt Box #705571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

 BLUE value IS 113 (44.53% from 255) = 36.45%

R = 36.13%
G = 27.42%
B = 36.45%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#705571 (or 0x705571) is known color: Salt Box. HEX triplet: 70, 55 and 71. RGB value is (112,85,113). Sum of RGB (Red+Green+Blue) = 112+85+113=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 113 - color contains mainly: blue. Hex color #705571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705571 is #8FAA8E. Grayscale: #606060. Windows color (decimal): -9415311 or 7427440. OLE color: 7427440.

HSL color Cylindrical-coordinate representation of color #705571: hue angle of 297.86º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #705571 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 85 113 -
CMYK 0.01 0.25 0 0.56
HSL 297.86º 0.14% 0.39% -
HSV(B) 297.86º 0.25% 0.44% -
XYZ 12.91 11.13 17.09 -
YUV 96.27 137.45 139.22 -
System Red Green Blue C M Y K H S L
Decimal 112 85 113 0.01 0.25 0 0.56 297.86 0.14 0.39
Hex 70 55 71 1 19 0 38 12A E 27
Octal 160 125 161 1 31 0 70 452 16 47
Binary 1110000 1010101 1110001 1 11001 0 111000 100101010 1110 100111

Color Harmonies of #705571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705571

Black with #705571

Text Example


Text Example

White with #705571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705571; }

 p { color: rgb(112,85,113); }

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

background-color css

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

 a { background-color: rgb(112,85,113); }

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

border-color css

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

 span { border-color: rgb(112,85,113); }

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